Submit KYC
Description
Endpoint
Parameters
Header
Name
Type
Mandatory
Description
Body
Name
Type
Mandatory
Description
Response
Name
Type
Description
Example
Last updated
Last updated
curl -X POST 'https://api.cpay.ltd/openapi/v1/submitKYC' \
-H 'Content-Type: application/json' \
-d '
{
"merchantId": 20006051,
"data": [
{
"userId": "KYC-test-01",
"firstName": "Joe",
"lastName": "Doe",
"middleName": "jack",
"birthday": "1987-05-01",
"gender": "male",
"country": "RU",
"iddCode": "7",
"personalCode": "12341234123",
"certificateDateStart": "2008-01-01",
"certificateDateEnd": "2038-01-01",
"email": "[email protected]",
"mobile": "23452345",
"idCardUrls": [
"http://dummyimage.com/234x60",
"http://dummyimage.com/125x125"
],
"documentUrls": [
"http://dummyimage.com/160x600",
"http://dummyimage.com/180x150",
"http://dummyimage.com/160x600"
]
}
],
"sign": "aliquixxadipisicing"
}'{
"code": 0,
"msg": "success",
"data": {
"count": 10
},
"traceid": "221117082830X664938"
}{
"code": 90751019,
"msg": "something wrong",
"data": null,
"traceid": "230531100629X9029613"
}