Retrieve a TIN Verification

GET
/v4/tin-verifications/:tinVerificationId

Retrieves the details of an existing TIN Verification.

Path parameters

tinVerificationIdstringRequired

The unique identifier for the TIN Verification.

Response

OK

createdAtdatetime

The creation date and time of the TIN Verification in ISO 8601 format.

idstring

The unique identifier for this TIN Verification.

namestring

The legal name (first + last) or business name.

statusenum
Allowed values: MATCHMISMATCHPENDING

The status of the TIN Verification.

tinstring=9 characters

The tax identification number, commonly referred to as a TIN. No hyphens. Numerical digits only.

tinFingerprintstring

The fingerprint for this TIN Verification.

tinType"INDIVIDUAL" or "BUSINESS"Optional
Allowed values: INDIVIDUALBUSINESS

The type of the TIN. INDIVIDUAL refers to SSNs, ITINs, or ATINs. While BUSINESS refers to EINs.

userIdstringOptional

The unique identifier for a single end-user of your application.

Errors