Plaid Monitor API — watchlist screening and compliance.
Summary
Functions
Creates an Entity Screening.
Creates an Individual Screening.
Retrieves an Individual Screening.
Lists Individual Screenings.
Functions
@spec create_entity_screening(PlaidEx.Config.t(), map(), keyword()) :: {:ok, map()} | {:error, PlaidEx.Error.t()}
Creates an Entity Screening.
@spec create_individual_screening(PlaidEx.Config.t(), map(), keyword()) :: {:ok, map()} | {:error, PlaidEx.Error.t()}
Creates an Individual Screening.
@spec get_individual_screening(PlaidEx.Config.t(), String.t(), keyword()) :: {:ok, map()} | {:error, PlaidEx.Error.t()}
Retrieves an Individual Screening.
@spec list_individual_screenings( PlaidEx.Config.t(), keyword() ) :: {:ok, map()} | {:error, PlaidEx.Error.t()}
Lists Individual Screenings.