Accounts Balances File

In short, this is an export of account balances for all BaaS related accounts at the Bank that will be sent from the Bank to Synctera via the SFTP on a daily basis. Please see the template below and use it to build an automated export system at the Bank.

Account Balances Template.xlsx

Specifications

ItemDescriptionFormatExample
File NameName of the file that is sent to SyncteraAccountBalances_YYYY-MM-DD.csvAccountBalances_2024-01-02.csv
Program IDUsed to identify the bank’s fintechstring001, fintech_name
Account NumberA unique account number across the bank core, must be unique across various fintechsstring0112349123, 011-234-9123
Current BalanceThe current balance in centsinteger1000
Previous Processing DateThe most recent date where the Current Balance was changedMM/DD/YYYY01/02/2024

Sample content of the Account Balances csv file

Program IDAccount NumberCurrent BalancePrevious Processing Date
fintech_a001-1234-123410001/1/2022
fintech_a001-1234-1235-10001/1/2022
fintech_b001-1235-123470001/2/2022

Transactions File

The Transactions file is a CSV file that contains the transactions for all FinTechs accounts at the Sponsor Bank. In short, this is an export of transaction history for all BaaS related accounts at the Bank that will be sent from the Bank to Synctera via the SFTP on a daily basis. Please see the template below and use it to build an automated export system at the Bank.

Transactions Template.xlsx

Specifications

ColumnDescriptionFormatExamples
File NameName of the file that is sent to SyncteraTransactions_YYYY-MM-DD.csvTransactions_2022-02-02.csv
Program IDUsed to identify fintech and thus tenancystring001, fintech_name
Account NumberA unique account number across the bank core (can be a combination of the branch and account number)string0112349123, 011-234-9123
Posting DateThe date when the transaction ocurred (UTC)MM/DD/YYYY1/2/2022
Effective DateThe date when the transaction becomes effective (UTC)MM/DD/YYYY1/2/2022
Transaction CodeVendor specific transaction codestringcard_092_sales
Description (Optional)The description shown in the UIstringMastercard Sales 9/2
Transaction AmountThe transaction amount in centsinteger-1000
Unique Reference IDThe unique reference id for a specific transactionstringMC1234193
Sample content of the Transaction Balances csv file
ColumnDescriptionFormatExamples
Program IDUsed to identify fintech and thus tenancystring001, fintech_name
Account NumberA unique account number across the bank core (can be a combination of the branch and account number)string0112349123, 011-234-9123
Posting DateThe date when the transaction ocurred (UTC)MM/DD/YYYY1/2/2022
Effective DateThe date when the transaction becomes effective (UTC)MM/DD/YYYY1/2/2022
Transaction CodeVendor specific transaction codestringcard_092_sales
Description (Optional)The description shown in the UIstringMastercard Sales 9/2
Transaction AmountThe transaction amount in centsinteger-1000
Unique Reference IDThe unique reference id for a specific transactionstringMC1234193