Create a new CoworkerIdentityCheckDocument record.
A CoworkerIdentityCheckDocument represents a document submitted as part of aDocumentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
CoworkerIdentityCheck for a customer. Each document record can hold up to three files, corresponding to different sides or aspects of the verification evidence:
| File slot | Field prefix | Purpose |
|---|---|---|
| Face photo | Photo | A photograph of the customer’s face |
| Front | Document | The front side of the identity or address document |
| Back | AdditionalDocument | The back side or a supplementary page of the document |
VerificationType and document type configured on the parent CoworkerIdentityCheck.
The VerificationStatus tracks the review state of this individual document through the same lifecycle used by CoworkerIdentityCheck: Pending → Submitted → Successful or Failed (or Cancelled).
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CoworkerIdentityCheckDocument-Create role.eIdVerificationStatus — VerificationStatus values
| Value | Name |
|---|---|
| 0 | None |
| 1 | Pending |
| 2 | Submitted |
| 3 | Successful |
| 4 | Failed |
| 5 | Cancelled |
200 on success.Id of the newly created record.true if the coworkeridentitycheckdocument was created successfully.null on success.PropertyName: error message.null on validation failure.false when the request fails validation.