Create a TIN Verification

POST
/v4/tin-verifications

Creates an asynchronous TIN Verification.

Headers

Idempotency-KeystringOptional

The unique key used to identify a request that has already been processed.

Request

This endpoint expects an object.
namestringRequired

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

tinstringRequired=9 characters

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

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