KYC User Registration
KYC User Registration
Brief Description
- KYC User Registration
Request Method
- POST
/open/api/user_center/kyc/userRegister
Parameters
| Parameter Name | Required | Type | Length | Description |
|---|---|---|---|---|
| redirectUrl | No | string | 256 | KYC successful redirect URL |
| callbackUrl | No | string | 256 | KYC webhook URL |
Request Example
{
"callbackUrl": "https://card.xx.org/",
"redirectUrl": "https://card.xx.org/"
}Return Parameter Description
| Parameter Name | Type | Description |
|---|---|---|
| success | boolean | Success flag |
| code | long | Return code |
| msg | string | Return message |
| traceId | string | traceId |
| model | object | Return object |
| └linkUrl | string | KYC link |
Return example
{
"code": "0",
"msg": "Success",
"model": {
"linkUrl": "https://XXXXX/XXXX/XXXX"
},
"traceId": "665597XXXXXXXXX35002030",
"success": true,
"error": false
}Updated 3 days ago
Did this page help you?
