PlaidEx.API.Identity (plaid_ex v1.0.0)

Copy Markdown View Source

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

get(config, value, opts \\ [])

@spec get(PlaidEx.Config.t(), String.t(), keyword()) ::
  {:ok, map()} | {:error, PlaidEx.Error.t()}

Returns identity data for all accounts on an Item.

match(config, access_token, user, opts \\ [])

@spec match(PlaidEx.Config.t(), String.t(), map(), keyword()) ::
  {:ok, map()} | {:error, PlaidEx.Error.t()}

Matches provided identity data against the account owner data.