Skip to main content

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}
  1. Provide the invoice id in the URL path
  2. Read the item object for the invoice details

Path Parameters

idSTRINGrequired

Invoice ID

Example: 1779261889474362606

Response Parameters

itemOBJECT

Invoice object. See [Get Invoices](./get-invoices) for the full field list.

codeSTRING

Result code ("SUCCESS" on success).