Skip to main content

Get KYC verdict

GET 

/sessions/verdict

Returns the KYC verdict for the given validation ID

Request

Query Parameters

    validationId stringrequired

Responses

Schema

    validation

    object

    required

    id stringrequired

    The validation id, used to identify the validation

    status stringrequired

    Possible values: [Approved, Rejected, Pending]

    The status of the validation

    integration

    object

    required

    The integration used for the validation

    trustedOrigin stringrequired

    The trusted origin of the integration, from where the KYC process should start if used from a browser

    redirectUrl stringrequired

    The redirect url of the integration, where the user will be redirected after the KYC process

    type stringrequired

    Possible values: [Web application, Mobile, Mobile (Embedded browser)]

    The type of the integration

    playground booleanrequired

    Whether the integration is a playground integration, used for testing purposes

    document_image stringrequired

    Link to the document image

    selfie_image stringrequired

    Link to the selfie image

    redirectUrl stringrequired

    The url to redirect the user to after the kyc process

Loading...