Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
External Account ID
"7d943c51-e4ff-4e57-9558-08cab6b963c7"
Query Parameters
Optional relative age of a balance in seconds. If the balance is older than the requested seconds it will fail. This field is optional for most financial institutions, but required for some, so you should probably send it.
x >= 0
600
Response
A collection of fields that represent funds available in the account. The relationship between these fields is complex and can depend on geography and/or the external financial institution. You should not assume that all of these fields will be set, and you should not expect consistent results for different customers at different financial institutions.
If you use Plaid as your backing vendor, see https://plaid.com/docs/api/products/balance/ for precise details on when these fields are set and how they relate.
ISO 4217 alphabetic currency code
"USD"
The amount of funds available to be withdrawn from the account, as determined by the financial institution.
This is an integer in the minor currency unit (e.g. cents): 1025 means $10.25.
1025
"2010-05-06T12:23:34.321Z"
For a DEPOSITORY
account, this is the total amount of funds in the account.
For a CREDIT
account, this is the amount owing. If negative, the lender
owes the account holder.
This is an integer in the minor currency unit (e.g. cents): -2500 means $25.00 owed to the account holder.
-2500
The last time Synctera has fetched this balance from a vendor
"2010-05-06T12:23:34.321Z"
Vendor timestamp of when the balance was last updated on the vendor side
"2010-05-06T12:23:34.321Z"
For DEPOSITORY
accounts, this is the pre-arranged overdraft limit, commonly
used in Europe. In North America this is typically not set for depository accounts.
For CREDIT
accounts, this is the credit limit on the account.
This is an integer in the minor currency unit (e.g. cents): 10000 means $100.00
x >= 0
10000
The last time Synctera has fetched transactions from a vendor
"2010-05-06T12:23:34.321Z"