Get Kyc URL
Get the kyc URL
Get kyc url which will redirect to Remitquickly KYC verification.
Request Body
Name
Type
Description
{
"status": 1,
"code": 200,
"data": {
"kycUrl": "---url---",
"clientCustomerId": "---UUID---",
"customerId": "---customerId---"
}
}{
"status": 0,
"code": 400,
"error": "Missing required parameter(s): phoneNumber, clientCustomerId, type"
}{
"status": 0,
"code": 500,
"error": "Unable to send kycUrl at the moment. Please try again later"
}{
"status": 0,
"code": 400,
"error": "phoneNumber +9186320525792 already linked to customerId 7wCfJHPZX4_1022 and clientCustomerId Tbx92Mn "
}Last updated