Retrieve a paginated list of payment transactions with filtering and sorting options.
This endpoint retrieves a list of payment transactions with support for pagination, filtering, and sorting. Results are ordered by creation date in descending order by default.
Filter by payment status.
pending
, captured
, settled
, failed
status=settled
Cursor for fetching records before a specific position.
before=pay_123xyz
Cursor for fetching records after a specific position.
after=pay_456abc
Number of records to return per page (max: 100).
limit=25
Filter payments created after this timestamp (ISO 8601).
created_after=2024-01-01T00:00:00Z
Filter payments created before this timestamp (ISO 8601).
created_before=2024-03-31T23:59:59Z
Array of payment objects. Each payment object contains:
The API uses cursor-based pagination to handle large collections of payments:
limit
(default: 15)after
cursor from the previous responsebefore
cursor if availableFor optimal performance:
Status-based Filtering
Date Range Filtering
This endpoint has the following rate limits:
Efficient Filtering
Pagination Handling
Error Handling
For additional assistance:
Retrieve a paginated list of payment transactions with filtering and sorting options.
This endpoint retrieves a list of payment transactions with support for pagination, filtering, and sorting. Results are ordered by creation date in descending order by default.
Filter by payment status.
pending
, captured
, settled
, failed
status=settled
Cursor for fetching records before a specific position.
before=pay_123xyz
Cursor for fetching records after a specific position.
after=pay_456abc
Number of records to return per page (max: 100).
limit=25
Filter payments created after this timestamp (ISO 8601).
created_after=2024-01-01T00:00:00Z
Filter payments created before this timestamp (ISO 8601).
created_before=2024-03-31T23:59:59Z
Array of payment objects. Each payment object contains:
The API uses cursor-based pagination to handle large collections of payments:
limit
(default: 15)after
cursor from the previous responsebefore
cursor if availableFor optimal performance:
Status-based Filtering
Date Range Filtering
This endpoint has the following rate limits:
Efficient Filtering
Pagination Handling
Error Handling
For additional assistance: