Creating an invoice is the way for your organization to fund your account's balance.

  1. Create an invoice
  2. Pay the invoice
  3. Funds get added to your account's balance

Request body

Property Type Description
id
string
po_number
string

Reference to the purchase order number within your organization

amount
number double

Amount of the invoice in USD

status
string

Status of this invoice

Status Description
DELETED Invoice has been deleted by your organization
PAID Invoice has been paid by your organization
PENDING Invoice has been created by your organization but has not been paid, yet
orders
array string

List of orders related to the invoice (it doesn't apply to prefunding)

created_at
string date

Timestamp of when the invoice has been created.

paid_at
string date

Timestamp of when the invoice has been paid.

Language
Authentication
Bearer
URL
Click Try It! to start a request and see the response here!