List Payments

Beta

Retrieve a paginated list of all payments for a given customer.

Authentication: Bearer token required

Authentication

AuthorizationBearer

OAuth 2.0 Bearer token authentication. This API uses OAuth 2.0 Client Credentials flow. Please refer to the Authentication section for detailed information on how to obtain and use your OAuth credentials.

Path parameters

customer_idstringRequired
Unique identifier for the customer whose payments are being retrieved.

Query parameters

pageintegerOptional>=1
Page number for pagination. Default is 1
limitintegerOptional1-100
Number of items per page. Default is 20, max is 100

Response

Successful response with paginated list of payments
meta_dataobject
paymentslist of objects

Errors