plaid v1.8.1 Plaid.Identity View Source
Functions for Plaid identity
endpoint.
Link to this section Summary
Functions
Gets identity data associated with an Item.
Link to this section Types
Link to this type
t()
View Sourcet() :: %Plaid.Identity{ 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, Plaid.Identity.t()} | {:error, Plaid.Error.t()}
Gets identity data associated with an Item.
Parameters
%{
access_token: "access-env-identifier"
}