跳转到内容

KYC状态查询

请求地址

methodurl
POST/api/pay/kyc/kycStatusQuery

头部信息(header)

header 参数入参参数描述
timestamp请求时间戳
nonce随机值
countryKH
appCodeapp 编号

请求参数

字段类型必需长度描述
phoneStringyes8-9用户真实手机号,柬埔寨本地号码,不含国家区号
signStringyes签名
请求示例
{
"phone": "104837292",
"sign": "YOUR_SIGN"
}

返回参数

字段类型必需长度描述
authenticationStatusStringyes认证状态:0-待认证、1-审核中、2-已批准、3-已拒绝、4-已失败
errorMsgStringyes失败原因
成功示例
{
"msg": "success",
"code": "200",
"data": {
"authenticationStatus": "3",
"errorMsg": "The file and type do not match"
}
}

错误码

异常码异常信息处理方案
412Please try again later请稍后重试
619This user phone is not registered.此用户手机未注册
500Business Error请联系我们