Get KYC Status

Get the current status of KYC verification

circle-info

This endpoint will return the current KYC status mapped with the customerId only after the login OTP validation. First login to kycUrl link (received in /kyc/url), then check the kyc status.

GET the current KYC verification status.

POST https://api.remitquickly.com/onramp/api/v2/whiteLabel/kyc/status

Request Body

Name
Type
Description

customerId*

String

Unique id received from /kyc/url

{
    "status": 1,
    "code": 200,
    "data": {
        "status": "COMPLETED",
        "updatedAt": "2023-09-29 02:55:14"
    }
}

{
    "status": 1,
    "code": 200,
    "data": {
        "status": "COMPLETED",
        "updatedAt": "2023-09-29 02:55:14"
    }
}

Last updated