Plaid.Accounts (plaid v2.5.0) View Source
Functions for Plaid accounts endpoint.
Link to this section Summary
Functions
Gets account data associated with Item.
Gets balance for specified accounts associated with Item.
Link to this section Types
Specs
Specs
Specs
t() :: %Plaid.Accounts{
accounts: [Plaid.Accounts.Account.t()],
item: Plaid.Item.t(),
request_id: String.t()
}
Link to this section Functions
Specs
get(params(), config() | nil) :: {:ok, t()} | {:error, Plaid.Error.t()}
Gets account data associated with Item.
Parameters
%{access_token: "access-token"}
Specs
get_balance(params(), config() | nil) :: {:ok, t()} | {:error, Plaid.Error.t()}
Gets balance for specified accounts associated with Item.
Parameters
%{access_token: "access-token", options: %{account_ids: ["account-id"]}}