The SUMMARYREPORT method returns a summary, in PDF format, of all relevent data points that create a tax profile of the individual or business, based on what the IRS knows. The report contains a color-coded score of where the taxpayer is at in regard to whether or not the IRS is about to take action against the taxpayer:
This score is based on three categories the IRS looks at to determine action. They are Audit, Compliance, and Collections.
The report also details filing history (filed or missed by year), income history, balance(s) owed and if there are any outstanding liens. The following is a sample of the report:
Submit all summaryreport requests to the following path.
You will obtain the API endpoint after you register on your account page.
Each request must an Oauth2 tokan and your company Id, assigned by TaxStatus, in the header.
Query string parameters are not supported on this method.
This method uses the Tax Identification Number (TIN) for an individual (SSN) or Business (EIN) to retrieve all relevant tax data points and summerizes them in a report.
Example call request body for the summaryreport method
The following is a list of all possible fields. NULL fields are not returned.
Example response body for the summaryreport method
Example response when taxpayer is not in the system.
The possible reponse codes are below.