Skip to main content
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 a Coworker and a Business (location). The VerificationType determines the nature of the check: When 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: PendingSubmittedSuccessful 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

integer
required
The Id of the CoworkerIdentityCheck record to retrieve.

Code Examples

Response

200

integer
ID of the business linked to this record.
string
Name of the location (business) this check belongs to.
integer
ID of the coworker linked to this record.
string
Full name of the customer being verified.
string
Type of the customer (e.g. Member, TeamMember).
string
Company name of the customer being verified.
string
Billing name of the customer being verified.
string
Display name for this verification check.
integer
How the check is performed: Manual (operator review) or StripeIdentity (Stripe-delegated). See eIdentityCheckProvider enum values: 0 = None, 1 = Manual, 2 = StripeIdentity.
integer
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.
string
Number or identifier on the identity document.
string
Authority or organisation that issued the identity document.
string
Expiration date of the identity document.
integer
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.
integer
Whether this check verifies the customer’s identity (IdDocument) or address (Address). See eIdVerificationType enum values: 0 = None, 1 = IdDocument, 2 = Address.
string
Free-text notes or details about this check.
integer
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.
string
Most recent error message if the check failed.
boolean
Whether billed is enabled.
string
Unique identifier (GUID) for the proposal.
string
Unique identifier (GUID) for the coworker contract.
string
Unique identifier (GUID) for the contract contact.
string
ID of the stripe verification session associated with this record.
string
Unique identifier (GUID) for the identity check group.
integer
The identity check provider1 value for this coworker identity check.
integer
The verification type1 value for this coworker identity check.
string
The description1 value for this coworker identity check.
integer
The identity check provider2 value for this coworker identity check.
integer
The verification type2 value for this coworker identity check.
string
The description2 value for this coworker identity check.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response