Skip to main content
This object is returned by the Get Event API when the event type is identity.documents_required.

Object Fields

string
required
Unique identifier for this event object
string
required
Identifier for the identity requiring documents
array
required
The full set of documents requested for this EDD — both required and optional. Use this field to present the document checklist to your end user.
array
deprecated
Flat list of required document type strings, in the order they appear in documents. Deprecated — use documents instead, which also covers optional documents and includes per-document metadata. This field lists required documents only.
This event tells you which documents are requested; it does not carry upload status. To check the current upload state of each document (NOT_STARTED, PENDING_UPLOAD, REJECTED_UPLOAD, COMPLETED_UPLOAD), call List Identity Documents. A List entry’s status may itself be absent when its upload state cannot be determined — treat a missing status as an unresolved requirement, not as a contract violation.