List Payments

Beta

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

Authentication: Bearer token required

Path parameters

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

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

pageintegerOptional>=1
Page number for pagination. Default is 1
limitintegerOptional>=1<=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