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