Look up taxpayer by EIN
Taxpayers
Look up taxpayer by EIN
Looks up the single business taxpayer with the given EIN and returns its compliance summary. The single-taxpayer counterpart to the client-account lookup. Returns 200 for any well-formed EIN; result is null when no accessible business has that EIN.
POST
Look up taxpayer by EIN
Looks up the single business taxpayer with the given EIN and returns its compliance
summary. The single-taxpayer counterpart to the
client-account lookup.
Returns
200 for any well-formed EIN. result is null when no business with that EIN
is accessible to you. A missing or malformed businessEin returns 400.
Status values, badges, and
tin censoring are described once in
Concepts → Compliance status.result fields
id,name,type— the matched taxpayer (typeis alwaysBusinessfor EIN lookups).tin,isTinCensored— the business EIN (uncensored for businesses).amountDue,unallocatedCredits— this taxpayer’s balances.nullwhile data is pending.numMissingReturns— required returns not yet filed, within the recent lookback window.nullwhile data is pending.
currentStatus.status of DataPending with null financial fields.
Use the Run panel to try it: paste an access token (see the
Quickstart) and send a sandbox EIN such as 11-1111111.Authorizations
The access token obtained from the OAuth flow (see Guides → Quickstart). Paste it here to run the endpoint.
Body
application/json
Business EIN: nine digits, with dashes and spaces ignored.
Example:
"11-1111111"

