Skip to main content
PATCH
Update Onboarding

Path parameters

string
required
The entity identifier.
string
required
The onboarding identifier.

Body

Use this endpoint to submit additional documentation when the onboarding status is PENDING_ADDITIONAL_DOCUMENTATION.
array
Array of documents to submit. Each document includes:
  • type. Document type (e.g., PROOF_OF_ADDRESS, IDENTITY_DOCUMENT)
  • file_name. Name of the file
  • content_type. MIME type (e.g., image/jpeg, application/pdf)
  • content. Base64-encoded file content

Response

Returns the updated onboarding object.