Skip to main content
Version: 1.7.3

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

FieldTypeDescription
SubmissionIdGuidUnique identifier of the submission, generated by TaxBandits.

Response Body

FieldTypeDescription
StatusCodenumberHTTP status code returned by the API (e.g., 200, 300, 400).
StatusNamestringName of the HTTP status
StatusMessagestringDetailed message explaining the status of the request.
Form8809RecordsobjectContains Form 8809 records
SubmissionManifestobjectContains information about the submission, such as the Submission ID, and tax year.
    TaxYearstringTax year for the extension request.
Allowed values

"2025"

ReturnHeaderobjectContains the business information for the filer.
    BusinessobjectBusiness entity requesting the extension.
        BusinessIdGuidUnique Business ID returned by the Business CREATE endpoint. If provided, business details do not need to be entered again.
        BusinessNmstringLegal name of the business.
        PayerRefstringUnique identifier assigned to the payer for reference in future API requests.
        TradeNmstringTrade name or “doing business as” (DBA) name of the business.
        IsEINBooleanIndicates whether the business is identified by an EIN.
        EINorSSNstringEIN or SSN of the business
        EmailstringContact email address for the business
Size Range: ..100
        ContactNmstringName of the contact person authorized to respond to IRS inquiries
Size Range: ..27
        PhonestringBusiness phone number
Size Range: ..10
        PhoneExtnstringExtension for the business phone number
Size Range: ..5
        FaxstringFax number for the business
Size Range: 10
        BusinessTypestringIndicates the type of business.
        BusinessMemberTypestringTitle of the signing authority
Size Range: 5-29
        KindOfEmployerstringIdentifies the type of employer.
        KindOfPayerstringIdentifies the type of payer.
        IsBusinessTerminatedbooleanIndicates whether the business has been terminated.
        USAddressobjectBusiness address in the United States.
        Address1stringStreet address or P.O. Box
Size Range: ..46
        Address2stringSuite, unit, or apartment
Size Range: ..46
        CitystringCity name
Size Range: ..50
        StatestringTwo-letter state code.
        ZipCdstringZIP code
Size Range: 5-10
ReturnDataobjectContains information about Form 8809
    FormsobjectIdentifies the forms for which an extension to furnish recipient copies is requested.
        IsW2booleanIf true, extension requested for Form W-2.
        IsOther1099sbooleanIf 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.
        Is1099NECbooleanIf true, extension requested for Form 1099-NEC.
        Is1042SbooleanIf true, extension requested for Form 1042-S.
        Is5498booleanIf true, extension requested for Form 5498.
        Is5498ESAbooleanIf true, extension requested for Form 5498-ESA.
        Is5498QAbooleanIf true, extension requested for Form 5498-QA.
        Is5498SAbooleanIf true, extension requested for Form 5498-SA.
        Is8027booleanIf true, extension requested for Form 8027.
        Is1094or1095CbooleanIf true, extension requested for Form 1094-C or 1095-C.
        Is1095BbooleanIf true, extension requested for Form 1095-B.
        Is1099QAbooleanIf true, an extension is requested for Form 1099-QA.
    ReasonForExtnObjectReason provided in the submission for requesting an extension
Size Range: ..300
    IsCatastrophicEventbooleanIf 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.
    IsNaturalDisasterbooleanIf true, indicates that an extension is requested due to a Fire, casualty, or natural disaster affecting the operation of the payer
    IsDeathOrIllnessbooleanIf 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
    IsFirstYrbooleanIf true, indicates that an extension is requested as the payer was in the first year of establishment.
    IsInsuffDatabooleanIf 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.
    SignatureDetailsObjectContains the signature information for the authorized signer.
        SignatureNmStringName of the authorized signer
Size Range: ..35
        SignatureTitleStringTitle of the authorized signer
Size Range: 2-29
        IsConsentBooleanIndicates whether the signer has consented to provide signature details.
        SignedFromIPStringIP address of the signer submitting Form 8809.
        SubmissionManifestobjectContains 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"
}
}
}
}