v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
d) Customer Management V2

Run KYC ratification on a customer

Ratifies the customer's profile and attached documentation to produce an updated KYC status. Populate the request body only to perform a manual ratify or to override the default NORMAL ratify type.

post/eclipse-conductor/rest/v2/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"
}