Plaid Identity API — retrieve owner identity information.
Summary
Functions
Returns identity data for all accounts on an Item.
Matches provided identity data against the account owner data.
Functions
@spec get(PlaidEx.Config.t(), String.t(), keyword()) :: {:ok, map()} | {:error, PlaidEx.Error.t()}
Returns identity data for all accounts on an Item.
@spec match(PlaidEx.Config.t(), String.t(), map(), keyword()) :: {:ok, map()} | {:error, PlaidEx.Error.t()}
Matches provided identity data against the account owner data.