Export card network transactions as CSV
Here, you will learn how to export card network transactions in Tuum in CSV format.
Use case
In this example, we will demonstrate how to export all network transactions for May 2025.
Searching for card network transactions from May 2025. The date format used is YYYY-MM-DD.
...export?transactionDateRangeStartDate=2025-05-01&transactionDateRangeEndDate=2025-05-31Sample API call
To export a complete list of network transactions, including both authorisation requests and clearing transactions, use the following endpoint:
https://card-api.sandbox.tuumplatform.com/api/v2/transactions/export
Sample request
The sample request body is as follows:
No request body.
curl -X 'GET' \
'https://card-api.sandbox.tuumplatform.com/api/v2/transactions/export?transactionDateRangeStartDate=2025-05-01&transactionDateRangeEndDate=2025-05-31' \
-H 'accept: */*' \
-H 'x-tenant-code: MB' \
-H 'Accept-Language: en' \
-H 'x-auth-token: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJjc3JmVG9rZW4iOiI0MzQ0MjQyMzk3IiwiZXhwaXJ5RFRpbWUiOiIyMDI1LTA3LTE0VDEzOjMyOjQ4Iiwicm9sZXMiOlsiQURNSU4iXSwibmFtZSI6Ik1lcmlrZSBEYW5lbHNvbiIsImVtcGxveWVlSWQiOiJJRC0xMjQ3IiwidGVuYW50Q29kZSI6Ik1CIiwiZXhwIjoxNzUyNDk5OTY4fQ.amVGM_Z6spu2dr-Xsnc4RP-TxHk1Zzg0iQIhax5nrC8'Sample response
Below you will find the response to the API request:
Result
All network transactions, including both authorisations and clearings that meet the search criteria, are included in the generated CSV file.
Last updated
Was this helpful?