Retrieve a paginated list of all payment transactions for your account.
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 objectsid: 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 timestampBearer token authentication. Include your API key in the Authorization header as: Bearer {your_api_key}
Page number for pagination
Number of items per page