Issue invoice for receiver
Only currencies which are invoiceable for the receiver's account can be used. Invoiceable currencies can be found using get account profile
endpoint to fetch account details for the receiver.
Required scopes:
- partner.invoice.create-for-receiver
Path Parameters |
---|
handle string — REQUIREDHandle of the invoice receiver |
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 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
201 Created
|