Skip to main content

Re-run KYC process

POST 

/v1/compliance/kyc/:onboardingId/rerun

Archives the existing onboarding and creates a new KYC process. Only allowed for PENDING or PROCESSING statuses. Returns new SDK link and QR code for document/biometric capture.

This endpoint is useful when:

  • User entered incorrect data and needs to restart
  • Documents expired and need to be re-uploaded
  • User wants to update their information

The previous onboarding is archived (not deleted) for audit trail.

Request

Path Parameters

    onboardingId stringrequired

Responses

KYC process restarted successfully with new SDK links

Schema

    traceId string
    message string

    data

    object

    onboardingId stringrequired

    Id of the started onboarding

    sdk

    object

    If your kyc includes the document and liveness capture sdk flow, this property will provide you the links for the integration

    link stringrequired

    sdk link

    qr_code stringrequired

    QR code in base64 that redirects user to sdk link

Loading...