Change KYC status

Change the current status of KYC verification

circle-info

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://api.remitquickly.com/onramp/api/v2/whiteLabel/test/changeKycStatus

Request Body

Name
Type
Description

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

Last updated