Verify User KYC Status
This endpoint is to verify the KYC status of your user.
Headers
Name
Type
Description
Query Params
Name
Type
Description
//(when the user has not completed KYC)
{
"status": "started", //"pending", "complete"
"meta data": { }
}
OR
//(when the user has completed KYC)
{
"success": true,
"message": "VerifyUserKyc",
"data": {
"status": "completed",
"meta_data": {
"initiated_name": "",
"initiated_email": "",
"initiated_phone": "",
"verified_name": "",
"verified_email": "",
"verified_phone": ""
}
}
}Key
Type
Description
Value
Last updated