Change KYB status

Change the current status of KYB verification

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

  • FAILED

  • COMPLETED

  • UPDATE_REQUIRED

  • IN_REVIEW

Change the current KYB verification status.

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

Request Body

NameTypeDescription

customerId*

String

Unique id received from /kyc/url

status*

String

FAILED, IN_REVIEW, COMPLETED, UPDATE_REQUIRED

submissionId*

String

Unique id for kyb data submission received from /kyb/submit

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

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

Last updated