Change KYB status

Change the current status of KYB 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:

  • FAILED

  • COMPLETED

  • UPDATE_REQUIRED

  • IN_REVIEW

Change the current KYB verification status.

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

Request Body

Name
Type
Description

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

Last updated