TIN Verification
Verify a TIN
Verifies a TIN + name pair against IRS records. Requires the verify:tins scope.
POST
Send a TIN along with either a
businessName or a firstName and lastName. The
result indicates whether the SSN/EIN matches the entity name according to the IRS, and
if not, whether the TIN has been issued. See
TIN verification results for every response.Authorizations
The access token obtained from the OAuth flow, sent as a Bearer credential.
Body
application/json
A TIN plus exactly one name shape: businessName, or firstName and lastName, never both. SSNs and EINs both verify.
Both shapes: the TIN to verify: nine digits, with dashes and spaces ignored.
Example:
"11-1111111"
Business shape: the business name to verify against.
Individual shape: the individual's first name.
Individual shape: the individual's last name.
Response
Verification completed. result carries the definitive answer; verifiedAtUtc is when it was produced.

