Create Invoice
Create a new invoice. (Business Only)
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The details required to create an invoice.
ID or email address of the customer being billed.
Detailed description about the invoice.
Due date in relative time. (e.g. 'In 3 days')
Currency code in ISO 4217 format. Defaults to customer currency is none is provided.