Get
Get
This endpoint is used to retrieve the details of a previously created 15397 extension form. You can just provide the 'SubmissionId' and the response will include the complete details of the 15397 forms within that submission.
GET Form15397/Get Request Params
| Field | Type | Description |
|---|---|---|
| SubmissionId | Guid | Unique identifier of a submission |
Response Body
| Field | Type | Description |
|---|---|---|
| StatusCode | number | Returns the HTTP status codes like 200,300 etc. |
| StatusName | string | Name of the status code |
| StatusMessage | string | Detailed status message |
| Form3921Records | object | Contains information about Form 3921 returns. |
| SubmissionManifest | object | Contains information about the submission, such as the Submission ID, and tax year. |
| SubmissionId | Guid | Unique identifier generated by TaxBandits for each submission. Not required when creating a new return. |
| 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 | Optional 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 Size Range: ..75 |
| PayerRef | string | Optional Unique identifier assigned to the payer for reference in future API requests Size Range: ..50 |
| TradeNm | string | Optional Trade name or "doing business as" (DBA) name of the business Size Range: ..75 |
| IsEIN | boolean | Indicates whether the business is identified by an EIN. |
| EINorSSN | string | Enter the EIN if IsEIN = true; otherwise enter the SSN. Size Range: 9–11 |
| 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 | Optional Extension for the business phone number Size Range: ..5 |
| Fax | string | Optional Fax number for the business Size Range: 10 |
| BusinessType | string | Optional Indicates the type of business. Allowed values"CORPORATESECRETARY", "SECRETARYTREASURER", "PARTNER", "GENERALPARTNER", "LIMITEDPARTNER", "LLCMEMBER", "MANAGINGMEMBER", "MANAGER", "TAXMATTERPARTNER", "PRESIDENT", "VICEPRESIDENT", "CORPORATETREASURER", "TREASURER", "ASSISTANTTREASURER", "CHIEFACCOUNTINGOFFICER", "CHIEFEXECUTIVEOFFICER", "CHIEFFINANCIALOFFICER", "TAXOFFICER", "CHIEFOPERATINGOFFICER", "CORPORATEOFFICER", "EXECUTIVEDIRECTOR", "DIRECTOR", "CHAIRMAN", "EXECUTIVEADMINISTRATOR", "RECEIVER", "PASTOR", "ASSISTANTTORELIGIOUSLEADER", "REVEREND", "PRIEST", "MINISTER", "RABBI", "LEADEROFRELIGIOUSORGANIZATION", "SECRETARY", "DIRECTOROFTAXATION", "DIRECTOROFPERSONNEL", "ADMINISTRATOR", "EXECUTOR", "TRUSTEE", "FIDUCIARY", "OWNER", "SOLEPROPRIETOR", "MEMBER", "SOLEMEMBER" |
| BusinessMemberType | string | Optional Title of the signing authority Size Range: 5–29 Examples: "PRESIDENT", "TREASURER", "TRUSTEE", "OWNER", "CEO". |
| KindOfEmployer | string | Optional Identifies the type of employer. Allowed values"FEDERALGOVT", "STATEORLOCAL501C", "NONGOVT501C", "STATEORLOCALNON501C", "NONEAPPLY" |
| KindOfPayer | string | Optional Identifies the type of payer. Allowed values"REGULAR941", "REGULAR944", "AGRICULTURAL943", "HOUSEHOLD", "MILITARY", "MEDICAREQUALGOVEM", "RAILROADFORMCT1" |
| 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 | Optional Suite, unit, or apartment Size Range: ..46 |
| City | string | City name Size Range: ..50 |
| State | string | Two-letter state code. Allowed values"AL", "AK", "AZ", "AR", "CA", "CO", "CT", "DE", "DC", "FL", "GA", "HI", "ID", "IL", "IN", "IA", "KS", "KY", "LA", "ME", "MD", "MA", "MI", "MN", "MS", "MO", "MT", "NE", "NV", "NH", "NJ", "NM", "NY", "NC", "ND", "OH", "OK", "OR", "PA", "RI", "SC", "SD", "TN", "TX", "UT", "VT", "VA", "WA", "WV", "WI", "WY", "AS", "FM", "GU", "MH", "MP", "PW", "PR", "VI", "AA", "AE", "AP" |
| ZipCd | string | ZIP code Size Range: 5–10 |
| ReturnData | object | Contains details specific to Form 15397. |
| Forms | object | Identifies the forms for which an extension to furnish recipient copies is requested. |
| Is1042S | boolean | If true, extension requested for Form 1042-S. |
| Is1095Bor1095C | boolean | If true, extension requested for Forms 1095-B or 1095-C. |
| 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. |
| Is1099QA | boolean | If true, extension requested for Form 1099-QA. |
| IsW2 | boolean | If true, extension requested for Form W-2. |
| 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. |
| ReasonForExtn | string | Required. Explanation for requesting the extension Size Range: ..300 |
| 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 | Must be true to indicate consent and authorization of the signature. |
| SignedFromIP | string | IP address of the signer submitting Form 15397. |
| Errors | object[] | Array of error objects (if any) containing details of validation or processing errors. |
| Id | string | Error code for a specific validation issue. |
| Name | string | Name of the validation error. |
| Message | string | Description of the error. |
Request Params
"Form15397/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",
"Form15397Record": {
"SubmissionManifest": {
"SubmissionId": "4c74d0ed-fdd3-40eb-964f-c6021a8a8123",
"TaxYear": "2025"
},
"ReturnHeader": {
"Business": {
"BusinessId": "c09bda9e-083d-486d-8638-a2869c6df671",
"PayerRef": "Pe123",
"BusinessNm": "Snowdaze LLC",
"TradeNm": "Kodak",
"IsEIN": true,
"EINorSSN": "62-7369245",
"Email": "sample@bodeem.com",
"ContactNm": "John",
"Phone": "(123) 456-7890",
"PhoneExtn": "12345",
"Fax": "(123) 456-7890",
"BusinessType": "ESTE",
"KindOfEmployer": "FEDERALGOVT",
"KindOfPayer": "REGULAR941",
"IsBusinessTerminated": true,
"USAddress": {
"Address1": "1751 Kinsey Rd",
"Address2": "Main St",
"City": "Dothan",
"State": "AL",
"ZipCd": "36303"
},
"IsGovernmentalUnit": false
}
},
"Form15397Data": {
"Forms": {
"Is1042S": false,
"Is1095Bor1095C": false,
"Is1097": false,
"Is1098": false,
"IsOther1099s": false,
"Is3921": false,
"Is3922": false,
"IsW2G": false,
"Is1099NEC": false,
"Is1099QA": false,
"IsW2": false,
"Is5498": false,
"Is5498ESA": true,
"Is5498QA": true,
"Is5498SA": true
},
"ReasonForExtn": "The for is used request extension for recipient copies",
"SignatureDetails": {
"SignatureNm": "Steven Miller",
"SignatureTitle": "Manager",
"IsConsent": true,
"SignedFromIP": "139.265.52"
}
}
},
"Errors": null
}