v1
latestOpenAPI 3.0.12026-07-24128351404.9 KBCDD
Submit account KYC
Submit KYC information for the specified account.
post/open-api/v3/accounts/{accountId}/kyc
Path parameters
accountIdstring required
The UUID of the account.
Request body
Example request
{
"firstName": "John",
"lastName": "Smith",
"dateOfBirth": "1990-01-01",
"occupation": "11-1011",
"annualSalary": "10000 USD",
"accountPurpose": "Living Expense",
"expectedMonthlyVolume": "1000 USD",
"nationality": "US",
"ssn": "123456789",
"issueDate": "2018-05-10",
"expiryDate": "2028-05-10",
"address": {
"addressLine1": "123 Main St",
"addressLine2": "Apt 4B",
"city": "New York",
"country": "US",
"postalCode": "10001"
},
"phoneNumber": "1380013800",
"phoneCountryCode": "86"
}Response
OK
Example response
{
"code": "400001",
"message": "Invalid parameter"
}