Skip to main content
GET
List offline payments

Query Parameters

Example Request

Response

Returns a paginated list of offline payment objects.
Combine customer_id and invoice_id filters to find all offline payments a customer has made toward a specific invoice.

Errors

See Errors for the error envelope and the full code taxonomy.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Query Parameters

limit
integer
default:1000

Max rows returned (clamped to 1000).

Required range: x <= 1000
offset
integer

Rows to skip, for paging past the clamp.

Required range: x >= 0

Response

Offline payments for the tenant.

data
object[]