Skip to content

KYC Callback

Callback URL

methodurl
POSTMerchant provided callback URL

Header Information

Header ParameterDescription
timestampRequest timestamp
nonceRandom value
countryKH
appCodeApplication code

KYC Callback

FieldTypeRequiredLengthDescription
phoneStringyes8-9Userโ€™s real Cambodian local phone number without the country code
authenticationStatusStringyesKYC status: 0-Pending verification, 1-Under review, 2-Approved, 3-Rejected, 4-Failed
signStringyesSignature
Asynchronous Notification Example
{
"phone": "101603841",
"authenticationStatus": "2",
"sign": "12222222222"
}

Callback Response

FieldTypeRequiredLengthDescription
SUCCESSStringyesReturn SUCCESS; otherwise, the callback will be retried
Response Example
SUCCESS

Status

ValueDescription
0Pending verification
1Under review
2Approved
3Rejected
4Failed