A CoworkerIdentityCheckDocument represents a document submitted as part of a 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
Which slots are required depends on the 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).
This endpoint requires OAuth2 authentication. Include a valid bearer token in the Authorization header.
The authenticated user must be a full unrestricted administrator or have the CoworkerIdentityCheckDocument-Create role.