Business Profiles (v2)
Update Business Profile
Correct a business profile; an identity change releases verification and re-submits KYB.
PATCH
Updates fields on a business profile. This is the correction and resubmission path: changing an identity field (
companyLegalName, taxId, or addressCountry) on a verified profile releases verification (back to unverified) and re-submits KYB automatically. Editing only non-identity fields (e.g. industry, websiteUrl) leaves verification untouched.
A profile in a non-verified state (e.g. rejected) only releases when it carries every field KYB submission needs — companyLegalName, taxId, addressCountry, businessContactFirstName, businessContactLastName. Editing an identity field while any of those is missing leaves the current status in place, so a rejected profile keeps its account lock until it is whole.
Re-submission is asynchronous, so verificationStatus in this response is the post-release value (unverified), not pending.
Requires a live key. A
locked profile (three failed attempts) can’t be edited — contact support.Path Parameters
string
required
The id of the business profile.
Body Parameters
Any subset of the create fields. Send at least one.Response Fields
object
The updated profile.
verificationStatus reflects any release/resubmission triggered by the edit.Examples
Error Codes
Next Steps
Submission history
See the machine-readable verdict for each attempt.
Status webhooks
Get notified on each transition.