Payments
List Payments
Retrieve a paginated list of payments with optional filters
GET
Documentation Index
Fetch the complete documentation index at: https://docs-openpay.nipuntheekshana.com/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
This endpoint requires a Bearer token in theAuthorization header.
Query Parameters
The page number for pagination.
The number of payments per page. Maximum value is
100.Filter by payment status. Accepted values:
initiated, pending, confirming, paid, failed, expired.Filter payments created on or after this ISO 8601 date (e.g.,
2026-01-01).Filter payments created on or before this ISO 8601 date (e.g.,
2026-03-31).Response
An array of payment objects.
Pagination metadata.