TIN Verification

TIN Verification job.

Requires the tinValidationEnabled account feature; without it the request is rejected with a 403 AccountConfigErrorType.

Test mode is not supported for this endpoint. Unlike POST /api/ssn, the x-test-request header is read but unimplemented here, and sending x-test-request: true fails with a 500 UnknownSystemError. Do not send it.

When the result cannot be determined synchronously the response comes back with status: pending and result.status: PENDING; the final result arrives at your callbackURL and is also readable from GET /api/tin/jobs/{id} once status is complete.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

Accented and diacritic characters are supported.

Vouched automatically normalizes name fields before verification. Note that the TIN endpoint accepts only letters, digits, spaces, hyphens, and &; other punctuation (such as apostrophes in A'rreion) is replaced with a space before matching.

Body Params
string
required
length ≥ 1

First name linked to the TIN number in the request. The first 40 characters of the combined first and last names are used in the matching process. Must only contain letters, spaces, hyphens, and ampersands.

string
required
length ≥ 1

Last name linked to the TIN number in the request. The first 40 characters of the combined first and last names are used in the matching process. Must only contain letters, spaces, hyphens, and ampersands.

string
enum
required

ITIN

Allowed:
string
required

The full 9 digits of the TIN in the request. Do not include dashes or spaces.

string
required

Upon completion of a pending job, Vouched will POST the job results to the defined webhook.

string
required

The phone number of the individual for this request. Formatted in E.164 formatting for international numbers including the leading plus sign. For example +12065551111

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json