Create and Screen a Customer synchronously

This endpoint initiates the 'create and screen' workflow for your customer in synchronous mode. The workflow consists of five steps:

  1. Customer Record Creation: The Customer Record is created in Mesh.
  2. Risk Scoring: An initial Risk Score is calculated for the Customer.
  3. Customer Screening: The Customer is screened using settings based on the Calculated Risk Score.
  4. Alerts: Alerts associated with the screened customer are generated based on the risk analysis.
  5. Case Creation: Create cases based on the result of customer screening and alerts, for an analyst to review.

Each customer must have a unique customer external identifier specified as part of the request. This identifier is used to find the customer within Mesh and link back to your own internal systems.

The customer can be one of: PERSON, COMPANY or UNDEFINED and can optionally have multiple products.

Following risk scoring, the customer will be screened using ComplyAdvantage's AML database. You can specify the screening profile used for initial screening and subsequent ongoing monitoring within the configuration object. The value for screening_profile_identifier can be found in the settings section of the Mesh application.

The workflow executes synchronously up to customer screening, returning the workflow status. This end-point is currently idempotent: in case of downstream error you can re-send the exact same request, and the workflow will be retried.

Language
Credentials
Bearer
URL
Click Try It! to start a request and see the response here!