Submit entity document update files

Submits a complete document set (uploaded file IDs) and a new expiry date for a single update request. Only requests in pending_submission or rejected status can be submitted. On success, the request moves to in_review and the endpoint returns 202 with the latest request state. This endpoint is not replay-idempotent: resubmitting a request that is already in review returns 409 REVIEW_IN_PROGRESS instead of the previously stored result.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Update request ID (ticket UUID).

Body Params

Uploaded file IDs and the new document expiry date.

files
array of strings
required

File IDs returned by the upload API /open-api/v1/file/upload. The array must be non-empty, contain no duplicates, and only include files owned by the current account.

files*
string
required

New document expiry date in YYYY-MM-DD format. This is the only KYC field that this request is allowed to change.

Headers
string

Sub-account (entity) ID. If provided, the request is scoped to that sub-account.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json