Skip to main content
An invoice is created alongside a payment and represents the billing record for a checkout session. Use these endpoints to look up invoices by customer, payment, or invoice ID.

GET /api/gateway/invoices

Returns a paginated list of invoices.

Query parameters

Response

GET /api/gateway/invoices/

Fetches a single invoice by its inv_* ID.

Response

Status values

To look up an invoice by payment, use the paymentId filter on the list endpoint or navigate from the payment record directly.