Transactions Pagination
GET {{koxa_accounting_api_url}}/accounts/{{account_id}}/transactions/{{next_page_transactions}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Request-Id | string |
RESPONSES
status: OK
{"account_id":"acc_cl7jb54yw000j01o42la21oe7","type":"acc_checking","asset_liability":"acc_asset","currency":"USD","start":"2021-08-25T00:00:00Z","end":"2022-09-01T12:00:00Z","transactions":[{"transaction_id":"trn_recCKGNokdYpVCTmi","timestamp":"2022-04-13T12:38:00.000Z","type":"trn_card","debit_credit":"credit","amount":3145.77,"status":"trn_posted","description":"Money transfer","reference":"#09087","bai_code":"195"},{"transaction_id":"trn_recliSjMgt5mlzbEY","timestamp":"2022-04-13T12:38:00.000Z","type":"trn_transfer","debit_credit":"debit","amount":2328.72,"status":"trn_posted","description":"Robot consulting services","reference":"#876678","bai_code":"495"}],"_links":{"main":{"href":"/accounts/acc_cl7jb54yw000j01o42la21oe7/transactions/pge_cl7z2kpku001301mx1m544rhx"},"self":{"href":"/accounts/acc_cl7jb54yw000j01o42la21oe7/transactions/pge_cl7z2kpku001501mx7tdm0nz2"},"previous":{"href":"/accounts/acc_cl7jb54yw000j01o42la21oe7/transactions/pge_cl7z2kpku001401mxcyhycunq"}}}