Change KYC status

Change the current status of KYC verification

This endpoint is only for sandbox environment. The following outlines the acceptable status values that can be included within the request body:

  • TEMPORARY_FAILED

  • PERMANENT_FAILED

  • BASIC_KYC_COMPLETED

  • COMPLETED

  • IN_REVIEW

Change the current KYC verification status.

POST https://integration.coinmena.com/onramp/api/v2/whiteLabel/test/changeKycStatus

Request Body

NameTypeDescription

customerId*

String

Unique id received from /kyc/url

status*

String

TEMPORARY_FAILED, PERMANENT_FAILED,

BASIC_KYC_COMPLETED, IN_REVIEW or COMPLETED

{
    "status": 1,
    "code": 200,
    "data": {
        "changeStatus": true
    }
}

{
    "status": 1,
    "code": 200,
    "data": {
        "changeStatus": true
    }
}

Last updated