Submit Client KYC
POST /public/v1/users/{user_id}/profile/submit
Path Variables
| Name | Type | Required | Rule | Description |
|---|---|---|---|---|
custom_fields | fields | Optional | additional fields configured in kyc form | |
| form_id | string | Mandatory | length 8 | the id of kyc form |
| phone | object | Optional | the phone of user | |
| phone.country_code | string | Optional | user's phone country code | |
| phone.number | string | Optional | user's phone number |
Expected HTTP status code
- 200
Response
| Name | Type | Description |
|---|---|---|
| id | string |
Error
| Code | Type | Description |
|---|---|---|
400 | account_not_found | Cannot find user from user_id |
400 | invalid_request | Cannot find processing profile request |
400 | kyc_duplicate_error | Kyc Info duplicate |