Invoices
Create a one-off invoice
This endpoint is used for issuing a one-off invoice.
POST
/
invoices
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
invoice
object
requiredResponse
200 - application/json
invoice
object
requiredWas this page helpful?