List all TIN Verifications

GET
/v4/tin-verifications

Returns a list of TIN Verifications. Up to 100 TIN Verifications are returned per request.

Query parameters

pageintegerOptional

The specific page of results you’re requesting. Responses are limited to a maximum of 100 records.

tinFingerprintstringOptional

Filters the list of TIN Verifications based on the tinFingerprint field.

statusstringOptional

Filters the list of TIN Verifications based on the status field.

userIdstringOptional

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

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