Invoices
Refund an invoice
POST /v2/api/invoice/refund
Refund a paid invoice, in full or in part.
Key permission: Send Refunds
Parameters
| Name | Type | Description |
|---|---|---|
| amount required | integer | The refund amount in cents. |
| invoice_id | integer | The invoice ID. Give this or merchant_order_id. |
| merchant_order_id | string | Your order ID. Give this or invoice_id. |
The invoice must be paid before you can refund it.