plaid v1.1.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 Source
t() :: %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, cred \\ get_cred())
View Source
get(params(), cred() | nil) :: {:ok, Plaid.Accounts.t()} | {:error, Plaid.Error.t()}
Gets account data associated with Item.
Parameters
%{access_token: "access-token"}
Link to this function
get_balance(params, cred \\ get_cred())
View Source
get_balance(params(), cred() | nil) :: {:ok, Plaid.Accounts.t()} | {:error, Plaid.Error.t()}
Gets balance for specifed accounts associated with Item.
Parameters
%{access_token: "access-token", options: %{account_ids: ["account-id"]}}