Invoices
Create
Create Batch Get
List
List History
Retrieve
Search
Update
ModelsExpand Collapse
Invoice = object { id, created, status, 5 more } Invoice object.
Invoice object.
Unique invoice ID.
Timestamp when the invoice was created. Uses ISO 8601 format.
Status of the invoice. Deprecated.
tags: array of object { key, value } Tags for the invoice.
Tags for the invoice.
Tag key.
Tag value.
Current version of the invoice.
Workspace the invoice belongs to.
line_items: optional array of object { id, amount, currency_code, 6 more } Line items for the invoice.
Line items for the invoice.
FRAGMENT generated unique ID.
Total amount as a string in the smallest currency unit, such as cents for USD. Deprecated, use price.amount instead.
currency_code: "ADA" or "BTC" or "DAI" or 176 moreISO 4217 or crypto currency code.
ISO 4217 or crypto currency code.
Description of the line item.
price: object { amount, quantity, unit_price } Price breakdown.
Price breakdown.
Total amount as a string in the smallest currency unit, such as cents for USD.
Number of units.
Unit price as a string in the smallest currency unit, such as cents for USD.
Unique identifier for the product.
tags: array of object { key, value } Tags for the line item.
Tags for the line item.
Tag key.
Tag value.
type: "payin" or "payout"Type of the line item.
Type of the line item.
User-provided unique external ID.
Timestamp when the invoice was last modified. Uses ISO 8601 format.