Update KYC application
PATCH /kyc/application
PATCH
/kyc/application
Update the KYC application
Request Body
Section titled “Request Body ”object
lastName
The person’s last name
string
firstName
The person’s first name
string
nationalId
The person’s national ID
string
birthDate
Birth date (YYYY-MM-DD)
string
Example
1970-01-01 countryOfIssue
The person’s country of issue of their national id, as a 2-digit country code
string
occupation
The user’s occupation
string
annualSalary
The user’s annual salary
string
accountPurpose
The user’s account purpose
string
expectedMonthlyVolume
The user’s expected monthly volume
string
isTermsOfServiceAccepted
Whether the user has accepted the terms of service
boolean
address
object
line1
required
string
line2
string
city
required
string
region
required
string
country
string
postalCode
required
string
countryCode
required
string
Responses
Section titled “ Responses ”KYC application updated successfully
object
code
required
string
Example
ok legacy
required
string
Example
okBad request