Skip to main content
Use the playground below to try this endpoint directly, or review the OpenAPI details in the right panel. Uploads a verification document file and returns a doc_submission_id. Staged submissions are not yet associated with an account — link them with Link Verification Documents (PATCH /accounts/{account_id}) or pass the IDs when creating an account.
This endpoint accepts multipart/form-data, not JSON. Include an Idempotency-Key header (UUID v4) on every request. See Idempotency.

Request fields

Supported document_kind values

Example request

For an individual document:

Example response (201)

Pass the returned doc_submission_id to PATCH /accounts/{account_id} or include it in doc_submission_ids on account creation.

Error responses

Required scope

accounts:write