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 | 
|---|
| handlestring —  REQUIREDHandle of the invoice receiver | 
| Request Body  —  REQUIRED New invoice request | ||
|---|---|---|
| correlationIdstringPossible values: length ≤ 40 Invoice correlation id. Must be a unique value. Can be used to correlate the invoice with an external entity | ||
| descriptionstringPossible values: length ≤ 200 Invoice description | ||
| amountobject —  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 
 |