IntraFi Balances

When using IntraFi, each account's balance over the standard FDIC insurance amount is swept to various other institutions. Funds are rebalanced across banks as needed once per business day.

The IntraFi Balance object
{ "balances": [ { "balance": 1750, "bank": "Example Bank", "bank_location": { "city": "New York", "state": "NY" }, "fdic_certificate_number": "314159", "id": "intrafi_detailed_balance_qp4v28t1htqu5lsp0rz8" } ], "currency": "USD", "effective_date": "2020-01-31", "id": "intrafi_balance_8lgtn3pz0ktekaekw29t", "total_balance": 1750, "type": "intrafi_balance" }
Attributes
balances
array

Each entry represents a balance held at a different bank. IntraFi separates the total balance across many participating banks in the network.

currency
enum

The ISO 4217 code for the account currency.

effective_date
string

The date this balance reflects.

id
string

The identifier of this balance.

total_balance
integer

The total balance, in minor units of currency. Increase reports this balance to IntraFi daily.

type
string

A constant representing the object's type. For this resource it will always be intrafi_balance.

Get IntraFi balance

Returns the IntraFi balance for the given account. IntraFi may sweep funds to multiple banks. This endpoint will include both the total balance and the amount swept to each institution.

curl \ --url "${INCREASE_URL}/accounts/account_in71c4amph0vgo2qllky/intrafi_balance" \ -H "Authorization: Bearer ${INCREASE_API_KEY}"
Parameters
account_id
string
Required

The identifier of the Account to get balances for.