List collections
Collections
List collections
Retrieve a paginated list of payment collections for the authenticated merchant
GET
List collections
Authorizations
Merchant API key (e.g., sk_live_xxx or sk_test_xxx)
Query Parameters
Page number (default: 1)
Required range:
x >= 1Example:
1
Items per page (default: 50)
Required range:
1 <= x <= 100Example:
50
Filter by collection status
Available options:
pending, successful, failed, otp-required, pay-offline Filter by account ID
Example:
"68f11209-451f-4a15-bfcd-d916eb8b09f4"
Filter by start date (ISO 8601)
Example:
"2024-01-01T00:00:00Z"
Filter by end date (ISO 8601)
Example:
"2024-12-31T23:59:59Z"
