List Payments
BetaRetrieve a paginated list of all payments for a given customer.
Authentication: Bearer token required
Path parameters
customer_id
Unique identifier for the customer whose payments are being retrieved.
Headers
Authorization
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Query parameters
page
Page number for pagination. Default is 1
limit
Number of items per page. Default is 20, max is 100
Response
Successful response with paginated list of payments
meta_data
payments