Invoice history
Method: GET
Route: /merchants/:merchant/invoices (opens in a new tab)
A List of invoices by merchant.
Path
| Parameter | Type | Description |
|---|---|---|
merchant | String | required Merchant ID in UUIDv4 format |
Query
| Parameter | Type | Description |
|---|---|---|
type | String | optional Invoices with status: new waiting expired cancelled paid |
page | Number | optional Number of Page |
limit | Number | optional Invoices per page |
Response
| Field | Type | Description |
|---|---|---|
pagination | Object | Pagination data |
invoices | Array | An Array Containing Invoice Objects |
⚠️
This API endpoint is private and requires an authorization header X-Api-Key