e445c15e5bee
Update KYC Identity
Update an existing KYC identity with new information.
Path parameters
Request body
The BitGo enterprise ID
The BitGo user ID
The Bitgo organization ID
The first name
The last name
The middle name
Debug status for simulating verification failure or success in the test environment - passes by default
Debug failure reason to provide additional context when simulating verification failure in the test environment
The full name of the individual signing the contract
The date the contract was signed (YYYY-MM-DD)
The IP address from which the contract was signed
The version of the contract being signed
Whether the user agrees to the terms and conditions
The occupation category of the individual
The annual income range of the individual
The net worth range of the individual
The primary source of the individual's net worth
The type of initial deposit being made
The expected monthly deposit amount range
The expected monthly withdrawal amount range
The phone number of the individual. Required for EU unregulated clients.
The birthdate of the individual (YYYY-MM-DD)
The country of citizenship (ISO Alpha-2 or Alpha-3 country code)
The country of residence (ISO Alpha-2 or Alpha-3 country code)
The country of issuance of the government ID (ISO Alpha-2 or Alpha-3 country code)
Whether the individual is a Politically Exposed Person (PEP)
The street address line 1
The city of residence
The state, province, or region of residence
The country of the address (ISO Alpha-2 or Alpha-3 country code)
Tax identification number for US individuals (SSN or ITIN).
Required for US citizens (SSN) and US residents (SSN or ITIN). Non-US individuals may optionally submit SSN or ITIN if held (e.g. dual nationals, former US residents). For other identification documents (e.g., passport, driver's license), use the Submit KYC Documents endpoint after creating the KYC identity
The street address line 2
The postal or ZIP code
A digital asset wallet address of the individual where funds will be deposited from
The estimated notional amount traded per month in USD
True, if the account represents a business entity. False, if the account represents an individual
The legal name of the individual or entity
The country of incorporation (ISO Alpha-2 or Alpha-3 country code)
The date of incorporation (YYYY-MM-DD)
The tax identification number
Whether identity verification has been performed by the EU CaaS client
Example request
{
"contractSignedDate": "2024-12-20T00:00:00.000Z",
"birthdate": "2000-12-25T00:00:00.000Z",
"countryOfCitizenship": "US",
"countryOfResidence": "US",
"govIdCountryOfIssuance": "US",
"addressSubdivision": "CA",
"country": "US",
"identificationNumber": "123-45-6789",
"countryOfIncorporation": "US",
"dateOfIncorporation": "2000-12-25T00:00:00.000Z",
"dateOfBirth": {
"day": "25",
"month": "12",
"year": "2024"
}
}Response
OK
The status of the KYC identity: initiating, awaiting document upload, input error, ssn error, taxid error, in review, incomplete verifications, awaiting signature, records uploaded, approved, declined