Retrieve a TIN Verification
Retrieves the details of an existing TIN Verification.
Path parameters
tinVerificationId
The unique identifier for the TIN Verification.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
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:MATCH MISMATCH PENDING
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:INDIVIDUAL BUSINESS
userId
The unique identifier for a single end-user of your application.
Errors
400
Bad Request
401
Unauthorized
404
Not Found
500
Internal Server Error