Invoices
Cancel an invoice
POST /v2/api/invoices/cancel
Cancel an invoice that is not paid yet.
Key permission: Receive Funds
Parameters
| Name | Type | Description |
|---|---|---|
| merchant_order_id | string | Your order ID. Give this or invoice_id. |
| invoice_id | integer | The invoice ID. Give this or merchant_order_id. |