Get
Get
This endpoint is used to retrieve the details of a previously created 8809 extension form. You can just provide the ‘SubmissionId’, and the response will include the complete details of the 8809 forms within that submission.
GET Form8809/Get Request Params
| Field | Type | Description |
|---|---|---|
| SubmissionId | Guid | Unique identifier of the submission, generated by TaxBandits. |
Response Body
| Field | Type | Description |
|---|---|---|
| StatusCode | number | HTTP status code returned by the API (e.g., 200, 300, 400). |
| StatusName | string | Name of the HTTP status |
| StatusMessage | string | Detailed message explaining the status of the request. |
| Form8809Records | object | Contains Form 8809 records |
| SubmissionManifest | object | Contains information about the submission, such as the Submission ID, and tax year. |
| TaxYear | string | Tax year for the extension request. Allowed values"2025" |
| ReturnHeader | object | Contains the business information for the filer. |
| Business | object | Business entity requesting the extension. |
| BusinessId | Guid | Unique Business ID returned by the Business CREATE endpoint. If provided, business details do not need to be entered again. |
| BusinessNm | string | Legal name of the business. |
| PayerRef | string | Unique identifier assigned to the payer for reference in future API requests. |
| TradeNm | string | Trade name or “doing business as” (DBA) name of the business. |
| IsEIN | Boolean | Indicates whether the business is identified by an EIN. |
| EINorSSN | string | EIN or SSN of the business |
| string | Contact email address for the business Size Range: ..100 | |
| ContactNm | string | Name of the contact person authorized to respond to IRS inquiries Size Range: ..27 |
| Phone | string | Business phone number Size Range: ..10 |
| PhoneExtn | string | Extension for the business phone number Size Range: ..5 |
| Fax | string | Fax number for the business Size Range: 10 |
| BusinessType | string | Indicates the type of business. |
| BusinessMemberType | string | Title of the signing authority Size Range: 5-29 |
| KindOfEmployer | string | Identifies the type of employer. |
| KindOfPayer | string | Identifies the type of payer. |
| IsBusinessTerminated | boolean | Indicates whether the business has been terminated. |
| USAddress | object | Business address in the United States. |
| Address1 | string | Street address or P.O. Box Size Range: ..46 |
| Address2 | string | Suite, unit, or apartment Size Range: ..46 |
| City | string | City name Size Range: ..50 |
| State | string | Two-letter state code. |
| ZipCd | string | ZIP code Size Range: 5-10 |
| ReturnData | object | Contains information about Form 8809 |
| Forms | object | Identifies the forms for which an extension to furnish recipient copies is requested. |
| IsW2 | boolean | If true, extension requested for Form W-2. |
| IsOther1099s | boolean | If true, extension requested for any of the following forms: 1097, 1098, 1099-A, 1099-B, 1099-C, 1099-CAP, 1099-DIV, 1099-G, 1099-INT, 1099-K, 1099-LTC, 1099-LS, 1099-MISC, 1099-OID, 1099-PATR, 1099-Q, 1099-R, 1099-S, 1099-SA, 1099-SB, 3921, 3922, 1097-BTC, 1098-C, 1098-E, 1098-F, 1098-T, 1098-Q, and W-2G. |
| Is1099NEC | boolean | If true, extension requested for Form 1099-NEC. |
| Is1042S | boolean | If true, extension requested for Form 1042-S. |
| Is5498 | boolean | If true, extension requested for Form 5498. |
| Is5498ESA | boolean | If true, extension requested for Form 5498-ESA. |
| Is5498QA | boolean | If true, extension requested for Form 5498-QA. |
| Is5498SA | boolean | If true, extension requested for Form 5498-SA. |
| Is8027 | boolean | If true, extension requested for Form 8027. |
| Is1094or1095C | boolean | If true, extension requested for Form 1094-C or 1095-C. |
| Is1095B | boolean | If true, extension requested for Form 1095-B. |
| Is1099QA | boolean | If true, an extension is requested for Form 1099-QA. |
| ReasonForExtn | Object | Reason provided in the submission for requesting an extension Size Range: ..300 |
| IsCatastrophicEvent | boolean | If true, indicates that an extension is requested due to a catastrophic event in a federally declared disaster area, which either prevented the payer from resuming operations or made the necessary records unavailable. |
| IsNaturalDisaster | boolean | If true, indicates that an extension is requested due to a Fire, casualty, or natural disaster affecting the operation of the payer |
| IsDeathOrIllness | boolean | If true, indicates that an extension is requested due to Death, serious illness, or the unavoidable absence of the individual responsible for filing the information returns, which has affected the operation of the payer |
| IsFirstYr | boolean | If true, indicates that an extension is requested as the payer was in the first year of establishment. |
| IsInsuffData | boolean | If true, indicates that an extension is requested as the payer did not receive data on a payee statement, such as Schedule K-1, Form 1042-S, or the statement of sick pay required under section 31.6051-3(a)(1) in time to prepare an accurate information return. |
| SignatureDetails | Object | Contains the signature information for the authorized signer. |
| SignatureNm | String | Name of the authorized signer Size Range: ..35 |
| SignatureTitle | String | Title of the authorized signer Size Range: 2-29 |
| IsConsent | Boolean | Indicates whether the signer has consented to provide signature details. |
| SignedFromIP | String | IP address of the signer submitting Form 8809. |
| SubmissionManifest | object | Contains information about the submission, such as the Submission ID, and tax year. |
Request Params
"Form8809/Get?SubmissionId=e88e7f1d-7ae5-43b6-99f6-38d85664035a"
Response JSON
Success Response - This is a sample response for successful API requests.
{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"Form8809Record": {
"SubmissionManifest": {
"SubmissionId": "4c74d0ed-fdd3-40eb-964f-c6021a8a8123",
"TaxYear": "2025"
},
"ReturnHeader": {
"Business": {
"BusinessId": "139da969-28e0-4b40-b435-17cd42e8e1d8",
"BusinessNm": "Snowdaze LLC",
"PayerRef": "Pe123",
"TradeNm": "Kodak",
"IsEIN": true,
"EINorSSN": "62-7369245",
"Email": "sample@bodeem.com",
"ContactNm": "John",
"Phone": "1234567890",
"PhoneExtn": "12345",
"Fax": "1234567890",
"BusinessType": "ESTE",
"KindOfEmployer": null,
"KindOfPayer": null,
"IsBusinessTerminated": false,
"USAddress": {
"Address1": "3576 AIRPORT WAY",
"Address2": "UNIT 9",
"City": "FAIRBANKS",
"State": "AK",
"ZipCd": "99709"
}
}
},
"ReturnData": {
"Forms": {
"IsW2": false,
"IsOther1099s": false,
"Is1099NEC": false,
"Is1042S": false,
"Is5498": false,
"Is5498ESA": true,
"Is5498QA": false,
"Is5498SA": false,
"Is8027": false,
"Is1094or1095C": false,
"Is1095B": false,
"Is1099QA": false
},
"ReasonForExtn": {
"IsCatastrophicEvent": true,
"IsNaturalDisaster": true,
"IsDeathOrIllness": true,
"IsFirstYr": true,
"IsInsuffData": true
},
"SignatureDetails": {
"SignatureNm": "Steven Miller",
"SignatureTitle": "Manager",
"IsConsent": true,
"SignedFromIP": "192.165.34.5"
}
}
}
}