Look up client account by EIN
Client Accounts
Look up client account by EIN
Looks up the client account containing a business with the given EIN and returns a client-account-wide compliance summary, including every taxpayer on the account plus any not-yet-onboarded pending taxpayers. Returns 200 for any well-formed EIN; result is null and currentStatus.status is NotMonitored when no accessible business has that EIN.
POST
Look up client account by EIN
Looks up the client account containing a business with the given EIN and returns a
client-account-wide compliance summary: every taxpayer on the account, plus any
not-yet-onboarded pending taxpayers.
Returns
200 for any well-formed EIN. result is null and currentStatus.status is
NotMonitored when no business with that EIN is accessible to you. A missing or malformed
businessEin returns 400.
Status values, badges,
tin censoring, and isLookupMatch are described once in
Concepts → Compliance status.result fields
clientAccountId,clientAccountName— the matched client account.amountDue— total balance owed across the client account.unallocatedCredits— total credits not yet applied to a liability.numMissingReturns— required returns not yet filed, within the recent lookback window.taxpayers[]— each taxpayer on the account, with its owncurrentStatus(neverNotMonitored) and financials.amountDue,unallocatedCredits, andnumMissingReturnsarenullwhile that taxpayer’s data is pending.pendingTaxpayers[]— taxpayers added to the account but not yet onboarded.
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"

