List Payments
Payments
List Payments
Retrieve a paginated list of all payment transactions for your account.
GET
List Payments
Retrieve a paginated list of all payment transactions for your account. This endpoint allows you to view your payment history with filtering and pagination.
Overview
This endpoint returns a paginated list of all payment transactions associated with your account, sorted by creation date (newest first).Query Parameters
integer
Page number for pagination (default: 1)
integer
Number of items per page (default: 20)
Response
object
Paginated response containing:
total_pages: Total number of pagescurrent_page: Current page numbertotal_records: Total number of payment recordsnext_page: URL for next page (empty if last page)previous_page: URL for previous page (empty if first page)items: Array of payment objects
object
Each payment object includes:
id: Payment transaction IDreference: Payment referenceamount: Payment amountcurrency: Currency codestatus: Payment statustype: Transaction type (debit/credit)category: Transaction categorychannel: Payment channelis_completed: Completion statustransaction_date: Transaction timestamp
Authorizations
Bearer token authentication. Include your API key in the Authorization header as: Bearer {your_api_key}
Query Parameters
Page number for pagination
Number of items per page