plaid v1.1.0 Plaid.Transactions

Functions for Plaid transactions endpoint.

Link to this section Summary

Functions

Gets transactions data associated with an Item.

params = %{access_token: "access-env-identifier", start_date: "2017-01-01",
           end_date: "2017-03-31", options: %{count: 20, offset: 0}}

Link to this section Types

Link to this type t()
t() :: %Plaid.Transactions{
  accounts: [Plaid.Accounts.Account.t()],
  item: Plaid.Item.t(),
  total_transactions: integer(),
  transactions: [Plaid.Transactions.Transaction.t()]
}

Link to this section Functions

Link to this function get(params, cred \\ get_cred())
get(map(), map() | nil) ::
  {:ok, Plaid.Transactions.t()} | {:error, Plaid.Error.t()}

Gets transactions data associated with an Item.

params = %{access_token: "access-env-identifier", start_date: "2017-01-01",
           end_date: "2017-03-31", options: %{count: 20, offset: 0}}