Get Invoice by ID
Retrieves a single invoice by its id.
When to Use
▾
Use this endpoint when:
- Checking the current status of a specific invoice
- Displaying invoice details to a merchant or payer
How to Use
▾
Endpoint
GET
/api/v3/invoice/{id}- Provide the invoice
idin the URL path - Read the
itemobject for the invoice details
Path Parameters
▾
Invoice ID
Example: 1779261889474362606
Response Parameters
▾
Invoice object. See [Get Invoices](./get-invoices) for the full field list.
Result code ("SUCCESS" on success).