Plaid Beacon API — fraud and risk intelligence network.
Summary
Functions
Creates a Beacon Report (fraud report).
Creates a Beacon User.
Retrieves a Beacon User.
Lists all Beacon Reports for a user.
Reviews a Beacon User (approve / reject).
Functions
@spec create_report(PlaidEx.Config.t(), map(), keyword()) :: {:ok, map()} | {:error, PlaidEx.Error.t()}
Creates a Beacon Report (fraud report).
@spec create_user(PlaidEx.Config.t(), map(), keyword()) :: {:ok, map()} | {:error, PlaidEx.Error.t()}
Creates a Beacon User.
@spec get_user(PlaidEx.Config.t(), String.t(), keyword()) :: {:ok, map()} | {:error, PlaidEx.Error.t()}
Retrieves a Beacon User.
@spec list_reports(PlaidEx.Config.t(), String.t(), keyword()) :: {:ok, map()} | {:error, PlaidEx.Error.t()}
Lists all Beacon Reports for a user.
@spec review_user(PlaidEx.Config.t(), String.t(), String.t(), keyword()) :: {:ok, map()} | {:error, PlaidEx.Error.t()}
Reviews a Beacon User (approve / reject).