Skip to main content

TIN Verification Task

An Tax Identification Number (TIN) is used by the Internal Revenue Service (IRS) to uniquely identify a tax paying entity. It can be an Employer Identification Number (EIN), a Social Security Number (SSN), an Individual Taxpayer Identification Number (ITIN), as well as other less common TIN types.

The tin_verification task verifies that the submitted EIN is valid and that it matches the business name submitted. The tin_verification task will return one of the following responses:

StatusResultReason
Successtin_verifiedTIN and Name combination matches IRS records
FailureerrorInvalid TIN
Failurenot_completedIRS is unavailable
Failurenot_completedDuplicate TIN matching request
Failuretin_not_verifiedTIN and Name combination does not match IRS records
Failuretin_not_verifiedTIN entered is not currently issued

Gaining Access to the TIN Verification Task

The TIN verification task is an optional add-on that is not included in a package. Please contact us to have it added to your account. Once the task has been added to your account, you can retrieve it by passing tin_verification in the attrs parameter and passing a 9-digit string in the tin field.