Get KYC Status

Get the current status of KYC verification

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://integration.coinmena.com/onramp-bank/api/v1/kyc/status

Request Body

NameTypeDescription

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