Skip to main content

Initializes KYC process and returns SDK link and qr-code

POST 

/v1/compliance/kyc

Initializes KYC for a customer, making initial validations and returning a link and a qr code that will take the customer to the SDK for uploading documentation and validating biometrics

Request

Body

required

    customerId stringrequired

    The ID of the customer in question

Responses

KYC started and is waiting for the customer to upload documents and selfie

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...