Create Invoice Item
Create a floating invoice item.
Works for both User and API Key authentication.
Account access is automatically validated via endpoint dependency.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
account_id
Request
This endpoint expects an object.
name
customer_id
price_id
subscription_id
description
quantity
unit_amount
amount
metadata
Response
Successful Response
id
invoice_id
description
quantity
amount
currency
metadata
created_at
updated_at
price
product_name
proration
period_start
period_end
subscription_id
subscription_item_id
tier_breakdown
Errors
422
Unprocessable Entity Error