Create a TIN Verification
The following is an example of creating a TIN Verification. Read the full TIN Verification reference here.
Verifying an individual entity
To create a TIN Verification for an individual you’ll need both the first and last name together in the name
field and their Social Security Number (SSN) in the tin
field.
cURL
Verifying an business entity
To create a TIN Verification for a business you’ll need both the legal business name (not the DBA) in the name
field and the Employer Identification Number (EIN) in the tin
field.
cURL
Response
The response will contain a unique tinVerificationId
, the createdAt
timestamp, a status
of the verification, the masked version of the tin
you sent in the request and a tinFingerprint
. Read more about tinFingerprints
here.
JSON