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.

Use case data
API parameters with values

Searching for card network transactions from May 2025. The date format used is YYYY-MM-DD.

...export?transactionDateRangeStartDate=2025-05-01&transactionDateRangeEndDate=2025-05-31

Sample 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

Learn more about the export card transactions endpoint in the Tuum developer portal.

Sample request

The sample request body is as follows:

No request body.

Sample response

Below you will find the response to the API request:

Response
"id","messageType","transactionType","cardholder","accountOwner","cardNumber","cardAcceptorNameLocation","cardAcceptorTerminalId","cardAcceptorId","purchaseCountry","mcc","merchantName","merchantCity","transactionAmount","transactionCurrency","cardAmount","cardCurrency","authorisationTime","posLocalTime","posData","retrievalReferenceNumber","authorisationResponse","panReference","authorisation","clearingProcessedTime","messageTypeName","cardId","productScheme","transactionState","bin","walletId","reversal","transactionLabels","errorReason"
"C001718027249","1100","0A",,,"5123450100964871","POS00EUR ANOTHER SHOP 14 >TALLINN     EE","NXH20233","10379733 120","EE","5999",,,"54.00","EUR","54.00","EUR","2025052914231883","250529142318","000560600140",,"111",,"true","2025052914231883","AUTHORISATION_REQUEST",,,,,,"false","OTHER_CURRENCY,OFF_US,PURCHASE,CARD_NOT_PRESENT","1008 - Unknown card number (No card exists)"
"C001718027225","1420","0M","ID-1068","ID-1068","512369*******8183","ICEFIRE AFDPOS, STREET 3 >TALLINN     EE","NXH20233","10379733 120","EE","5442",,,"56.00","EUR","56.00","EUR","2025052708433059","250527084330","261101204120",,"914","3388090339248227096","true","2025052708433059","AUTHORISATION_REVERSAL","C001718040517","MASTERCARD",,"512369",,"true","CARD_CURRENCY,OFF_US,MAG_STRIPE,PURCHASE","1016 - No original (No approved original found)"
"C001718027222","1420","0M","ID-1068","ID-1068","512369*******8183","ICEFIRE AFDPOS, STREET 3 >TALLINN     EE","NXH20233","10379733 120","EE","5442",,,"56.00","EUR","56.00","EUR","2025052708373648","250527083736","261101204120",,"914","3388090339248227096","true","2025052708373648","AUTHORISATION_REVERSAL","C001718040517","MASTERCARD",,"512369",,"true","CARD_CURRENCY,OFF_US,MAG_STRIPE,PURCHASE","1016 - No original (No approved original found)"
"C001718027217","1100","0A","ID-1012","ID-1012","111172******1244","OS00EUR ECOMMERCE SHOP1 >TARTU       EE","NXH20233","10379733 120","EE","5999",,,"10001.05","EUR","10001.05","EUR","2025052708283469","250527082834","600570600140",,"121","2877779245600785469","true","2025052708283469","AUTHORISATION_REQUEST","C001718040703","MASTERCARD",,"111172",,"false","CARD_CURRENCY,OFF_US,PURCHASE,CARD_NOT_PRESENT","1012 - Insufficient limit (Insufficient monthly ECOMMERCE limit)"
"C001718027212","1100","0M","ID-1068","ID-1068","512369*******8183","ICEFIRE AFDPOS, STREET 3 >TALLINN     EE","NXH20233","10379733 120","EE","5442",,,"150.00","EUR","150.00","EUR","2025052708283198","250527082831","261101204120",,"119","3388090339248227096","true","2025052708283198","AUTHORISATION_REQUEST","C001718040517","MASTERCARD",,"512369",,"false","CARD_CURRENCY,OFF_US,MAG_STRIPE,PURCHASE","1014 - Not permitted to cardholder (No MAGSTRIPE allowed to card)"
"C001718027204","1100","01","ID-1012","ID-1012","111172******1244","ICEFIRE WEBPOS, STREET 3 >TALLINN     EE","NXH20233","10379733 120","EE","5999",,,"1.05","EUR","1.05","EUR","2025052708275091","250527082750","261101204120",,"125","2877779245600785469","true","2025052708275091","AUTHORISATION_REQUEST","C001718040703","MASTERCARD",,"111172",,"false","CASH,CARD_CURRENCY,OFF_US","1007 - Card is not effective (Card not active: BLOCKED)"
"C001718027193","1100","01","ID-1012","ID-1012","111172******1244","ICEFIRE WEBPOS, STREET 3 >TALLINN     EE","NXH20233","10379733 120","EE","5999",,,"1.05","EUR","1.05","EUR","2025052708265448","250527082654","261101204120",,"119","2877779245600785469","true","2025052708265448","AUTHORISATION_REQUEST","C001718040703","MASTERCARD",,"111172",,"false","CASH,CARD_CURRENCY,OFF_US","1014 - Not permitted to cardholder (No CASH allowed to card)"

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?