Skip to content

Query KYC Status

Request URL

methodurl
POST/api/pay/kyc/kycStatusQuery

Header Information

Header ParameterDescription
timestampRequest timestamp
nonceRandom value
countryCountry code (KH)
appCodeApplication ID

Request Parameters

FieldTypeRequiredLengthDescription
phoneStringyes8-9Userโ€™s real Cambodian local phone number without the country code
signStringyesSignature
Request Example
{
"phone": "104837292",
"sign": "YOUR_SIGN"
}

Response Parameters

FieldTypeRequiredLengthDescription
authenticationStatusStringyesKYC status: 0-Pending verification, 1-Under review, 2-Approved, 3-Rejected, 4-Failed
errorMsgStringyesFailure reason
Success Example
{
"msg": "success",
"code": "200",
"data": {
"authenticationStatus": "3",
"errorMsg": "The file and type do not match"
}
}

Error Codes

Error CodeError MessageHandling Solution
412Please try again laterPlease try again later
619This user phone is not registered.The userโ€™s phone number is not registered
500Business ErrorPlease contact us