CoworkerIdentityChecks
Get one CoworkerIdentityCheck
Retrieve a single CoworkerIdentityCheck record by its Id.
GET
Get one CoworkerIdentityCheck
A CoworkerIdentityCheck represents a manual or Stripe Identity-based verification of a customer’s identity or address. Each check is linked to 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.
Coworker and a Business (location).
The VerificationType determines the nature of the check:
| VerificationType | Purpose |
|---|---|
| IdDocument (1) | Verifies the customer’s identity using an official document (passport, driver’s license, ID card, etc.) |
| Address (2) | Verifies the customer’s address using a supporting document (lease agreement, insurance policy, voter card, etc.) |
VerificationType is IdDocument, use IdentityDocumentType to specify the document kind, along with IdentityDocumentNumber, IdentityDocumentIssuedBy, and IdentityDocumentExpirationDate. When VerificationType is Address, use AddressDocumentType instead.
IdentityCheckProvider controls how the check is performed: Manual (1) means the operator reviews documents directly, while StripeIdentity (2) delegates verification to Stripe Identity.
The VerificationStatus tracks progress through the check lifecycle: Pending → Submitted → Successful or Failed (or Cancelled).
Authentication
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 CoworkerIdentityCheck-Read role.Path Parameters
The Id of the CoworkerIdentityCheck record to retrieve.
Code Examples
Response
200
ID of the business linked to this record.
Name of the location (business) this check belongs to.
ID of the coworker linked to this record.
Full name of the customer being verified.
Type of the customer (e.g. Member, TeamMember).
Company name of the customer being verified.
Billing name of the customer being verified.
Display name for this verification check.
How the check is performed: Manual (operator review) or StripeIdentity (Stripe-delegated). See
eIdentityCheckProvider enum values: 0 = None, 1 = Manual, 2 = StripeIdentity.Type of identity document used when VerificationType is IdDocument. See
eIdentityCheckDocumentType enum values: 0 = None, 1 = Passport, 2 = DriversLicense, 3 = IdCard, 4 = UniformedServiceId, 5 = CertificateOfNaturalization, 6 = AccessCard, 7 = MatriculaConsular, 8 = ResidentCard, 9 = UniversityId, 10 = NEXUSCard, 99 = Other.Number or identifier on the identity document.
Authority or organisation that issued the identity document.
Expiration date of the identity document.
Type of address document used when VerificationType is Address. See
eAddressCheckDocumentType enum values: 0 = None, 1 = Passport, 2 = DriversLicense, 3 = IdCard, 4 = LeaseRentalAgreement, 5 = InsurancePolicy, 6 = Mortgage, 7 = VehicleRegistrationCard, 8 = VoterCard, 99 = Other.Whether this check verifies the customer’s identity (IdDocument) or address (Address). See
eIdVerificationType enum values: 0 = None, 1 = IdDocument, 2 = Address.Free-text notes or details about this check.
Current status of the verification (Pending, Submitted, Successful, Failed, or Cancelled). See
eIdVerificationStatus enum values: 0 = None, 1 = Pending, 2 = Submitted, 3 = Successful, 4 = Failed, 5 = Cancelled.Most recent error message if the check failed.
Whether billed is enabled.
Unique identifier (GUID) for the proposal.
Unique identifier (GUID) for the coworker contract.
Unique identifier (GUID) for the contract contact.
ID of the stripe verification session associated with this record.
Unique identifier (GUID) for the identity check group.
The identity check provider1 value for this coworker identity check.
The verification type1 value for this coworker identity check.
The description1 value for this coworker identity check.
The identity check provider2 value for this coworker identity check.
The verification type2 value for this coworker identity check.
The description2 value for this coworker identity check.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one CoworkerIdentityCheck