v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
d) Customer Management

Run a KYC algorithm on the customers profile to update the KYC status

This will ratify the customers profile and attached documentation and provide an updated KYC status. Populate request body only if you want to do manual ratify or change from default ratify type of NORMAL, else left blank

post/eclipse-conductor/rest/v1/tenants/{tenantId}/customers/{customerId}/ratify

Path parameters

tenantIdinteger required
customerIdinteger required

Request body

awsFaceLivenessSessionIdstring

Deprecated. Use Document PUT call for fetching AWS Face Liveness Check result

checksToRunstring

Comma-separated list of checks to run in this request. Any dependent check not listed here will be skipped. If results from a previous run are available, they will be copied into the final result for the other checks. If not provided, all configured checks will be run.

mergePreviousResultboolean

If set to true, the results of the current checks will be merged with the previous ratify result. If not provided, the default value is false and a new ratify result will be created.

type'COMPARISON' | 'NORMAL'

Type. NORMAL, COMPARISON

Response

OK

lastModifiedstring date-time

The date/time when the ratify test was last run

statusstring
tracingContextstring

Example response

{
  "lastModified": "2022-03-10T12:15:50-04:00"
}