Get KYC Status
Get the current status of KYC verification
GET the current KYC verification status.
Request Body
Name
Type
Description
{
"status": 1,
"code": 200,
"data": {
"status": "COMPLETED",
"updatedAt": "2023-09-29 02:55:14"
}
}{
"status": 0,
"code": 400,
"error": "Missing customerId."
}{
"status": 0,
"code": 500,
"error": "Internal Server Error."
}{
"status": 1,
"code": 200,
"data": {
"status": "COMPLETED",
"updatedAt": "2023-09-29 02:55:14"
}
}Last updated