Invoices
Retrieve an invoice
GET /v2/api/invoice
Get a single invoice by merchant_order_id or invoice_id.
Key permission: View All Transactions
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. |