get https://api.eu.mesh.complyadvantage.com/v2/customers/
Once the workflow status returns as COMPLETED it is possible to collect the latest customer record, including the risk score.
The response contains all the information submitted during the POST /v2/customer
request as well as the customer risk score which is appended as an object to the response.
This endpoint can also be used to get the latest risk score that is calculated once the screening results have been resolved through the Mesh application.
The customer-identifier can be found within the GET /v2/workflows/
response from within the step_output
within the customer-creation
step.
There a number of customer statuses that can be returned from this endpoint:
Status name | Description |
---|---|
Processing | The customer has been created successfully but there are parts of the create-and-screen workflow that are still in progress |
Active | The customer is active - the initial risk level is not prohibited and there are no initial screening results, or screening results were returned and the case status is accepted |
Closed | The customer is closed - the initial risk level is prohibited, or there are screening results and the case status is rejected |