This endpoint is end of life and will be removed on 2026-07-31. Use /report/ledger instead.
List your transactions
Required scope: report:read
Security
accountId and apiKey
- Sandboxhttps://api.test.easypay.pt/2.0/report/transactions
- Productionhttps://api.prod.easypay.pt/2.0/report/transactions
curl -i -X GET \
'https://api.test.easypay.pt/2.0/report/transactions?start_date=string&end_date=string&page=0&records_per_page=20' \
-H 'AccountId: 2b0f63e2-9fb5-4e52-aca0-b4bf0339bbe6' \
-H 'ApiKey: eae4aa59-8e5b-4ec2-887d-b02768481a92'OK
The Pagination object contains detailed information about the pagination of a collection of records.
This object is used to provide navigation and context for paginated results, allowing users to easily move between pages and understand the scope of the dataset.
Response
- application/json
- application/xml
- text/csv
{ "meta": { "page": { … }, "records": { … }, "links": { … } }, "data": [ { … }, { … }, { … }, { … }, { … } ] }