Invoice details
Method: GET
Route: /merchants/:merchant/invoices/:id (opens in a new tab)
Provides detailed information about the order and allows anyone to view the data. Currently, no authorization is required.
Path
Parameter | Type | Description |
---|---|---|
merchant | String | required Merchant ID in UUIDv4 format |
id | String | required Invoice ID in UUIDv4 format |
Response
Type | Description |
---|---|
Object | Invoice data |