Skip to main content

Daily Merchant Transaction File

Once daily, usually in the early morning, Zastrpay generates and stores a CSV file on its SFTP server, which is accessible to every merchant, containing the merchant's transactions from the previous day.

note

SFTP credentials will be given to the merchant upon request.

The file is additionally available to download manually from the Zastrpay Backoffice Tool.

The CSV file contains the following columns:

ColumnDescriptionExample
TransactionIdId generated by Zastrpay uniquely identifying the transaction1b95b92f-b7a0-4995-9846-e4fb1374cf1f
TransactionTypeone of the supported transaction typesPassthroughDeposit
CreatedOncreation datetime, UTC format2023-10-23T08:52:57.700Z
CreatedByTypeindicates how/where the transaction was createdPosApp
Amountthe amount of the transaction in decimal format10.01
Currencythe currency of the transaction amountEUR
CustomerIdId generated by Zastrpay uniquely identifying the customerb8322ec5-91a3-42c1-8217-8d1ed62c3f5b
MerchantIda unique merchant identifier generated by Zastrpay7a735933-9b17-40df-9584-d8521564ee46
MerchantExternalReferencemerchant id assigned by the merchant itselfMerch_12345
ReferenceTransactionIdin case of Reversals, the original transaction id17f94258-e795-4774-bfe9-171622174719
note

Note that only successfully processed transactions are included currently in the file.