Issue invoice
Only currencies which are invoiceable for the caller's account can be used. Invoiceable currencies can be found using get account profile
endpoint.
Required scopes:
- partner.invoice.create
| Request Body — REQUIRED New invoice request | ||
|---|---|---|
correlationId stringPossible values: length ≤ 40 Invoice correlation id. Must be a unique value. Can be used to correlate the invoice with an external entity | ||
description stringPossible values: length ≤ 200 Invoice description | ||
amount object — REQUIREDInvoice amount. Only currencies which are invoiceable for the receiver's account can be used. Invoiceable currencies can be found using get account profile endpoint.
|
| Responses | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
201Created
|