Retrieve a TIN Verification
Retrieves the details of an existing TIN Verification.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
tinVerificationId
The unique identifier for the TIN Verification.
Response
OK
createdAt
The creation date and time of the TIN Verification in ISO 8601
format.
id
The unique identifier for this TIN Verification.
name
The legal name (first + last) or business name.
status
The status of the TIN Verification.
Allowed values:
tin
The tax identification number, commonly referred to as a TIN. No hyphens. Numerical digits only.
tinFingerprint
The fingerprint for this TIN Verification.
tinType
The type of the TIN. INDIVIDUAL
refers to SSNs, ITINs, or ATINs. While BUSINESS
refers to EINs.
Allowed values:
userId
The unique identifier for a single end-user of your application.