Get KYC Status
Get the current status of KYC verification
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