The Accounts Balances file is a CSV file that contains the account balances for all FinTechs accounts at the Sponsor Bank. 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.
A unique account number across the bank core, must be unique across various fintechs
string
0112349123, 011-234-9123
Current Balance
The current balance in cents
integer
1000
Previous Processing Date
The most recent date where the Current Balance was changed
MM/DD/YYYY
01/02/2024
Sample content of the Account Balances csv file
Program ID
Account Number
Current Balance
Previous Processing Date
fintech_a
001-1234-1234
1000
1/1/2022
fintech_a
001-1234-1235
-1000
1/1/2022
fintech_b
001-1235-1234
7000
1/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.