Increase.IntrafiBalances (Increase v1.0.0)

Copy Markdown View Source

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.

See https://increase.com/documentation/api/intrafi-balances for the full API reference for this resource.

Summary

Functions

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.

Functions

intrafi_balance(client, account_id, opts \\ [])

@spec intrafi_balance(Increase.Client.t() | keyword() | nil, String.t(), keyword()) ::
  {:ok, Increase.IntrafiBalances.IntrafiBalance.t()}
  | {:error, Increase.Error.t()}

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.

GET /accounts/{account_id}/intrafi_balance