Skip to main content
Version: 2.0

Get

Get

Use this endpoint to retrieve a 1099-SA submission and its records. Provide the SubmissionId to retrieve the whole submission, optionally narrowing to a specific RecordId.

The response includes the full payer, recipient, and form data as originally submitted — useful for audit trails and displaying return details in your application.

POST Form1099SA/Get 

Request Body

FieldTypeDescription
SubmissionIdGuidAn unique identifier generated by TaxBandits when a 1099-SA return is created. Mention the Form 1099-SA return's Submission ID that you want to get.
RecordIdGuid[]An unique identifier generated by TaxBandits when a 1099-SA return is created. Mention the Form 1099-SA return's Record ID that you want to get.

Response Body

FieldTypeDescription
Form1099Recordsobject[]Contains information about Form 1099-SA returns.
SubmissionManifestobject[]SubmissionManifest provides brief information about a particular submission on the whole.
It contains information like
  • Submission ID
  • Tax Year
  • IsScheduleFiling & ScheduleFiling service details
TaxYearstringTax year of Form 1099-SA to be filed.
Allowed values

"2025", "2026"

IsScheduleFilingBooleanWhen true, schedule filing services will be provided for Form 1099-SA returns under this submission.
ScheduleFilingobjectContains the preferred date to submit the returns to the IRS.
Note: Required only when "IsScheduleFiling" is True.
EfileDatestringDate of Schedule Filing. Enter the date in the format: MM/DD/YYYY or MM-DD-YYYY
ReturnHeaderobjectContains information about the Business details.
BusinessobjectObject to identify the Business Details.
BusinessIdGuidUse the unique Business ID (Generated by TaxBandits) that you received in the response of the Business CREATE Endpoint.
If you do not have a Business ID, ignore the field. By giving the Business ID, you do not have to provide all the business information again.
PayerRefstringYour unique identifier for the payer. Can replace BusinessId in future requests.
IsDefaultBusinessBooleanWhen set to TRUE, this business will be set as the default across requests that do not specify a business.
TINDetailsobjectTIN information for the business.
FormatstringSpecifies how the TIN is passed.
Allowed values

"PLAIN_TIN" — Pass TIN directly.

TINTypestringSpecify the TIN type of the business.
Allowed values

"EIN", "SSN"

TINstringThe TIN value according to the Format selected.
IndividualNmobjectRequired when TINType is SSN. Provide individual name fields instead of BusinessNm.
FirstNmstringThe first name of the individual.
MiddleNmstringMiddle name of the individual.
LastNmstringThe last name of the individual.
SuffixstringThe suffix of the individual’s name.
BusinessNmstringLegal name of the business. Required when TINType is EIN.
NameCtrlstringName control of the business as registered with the IRS.
DBADetailsobjectDBA (Doing Business As) information. Optional at creation — additional DBAs can be added later via AddDBA.
DBANmstringName of the DBA.
DBARefstringYour unique identifier for this DBA.
DBAIdGuidTaxBandits-generated DBA identifier. Returned in the response.
IsDefaultDBABooleanWhen TRUE, marks this DBA as the default.
AddressobjectAddress information of DBA.
Address1stringStreet address or PO Box.
Address2stringSuite or apartment number.
CitystringDBA's city.
ProvinceOrStateNmstringDBA's province or state name.
ZipcdstringDBA's ZIP code.
CountrystringDBA's 2-character country code.
EmailstringEmail address of the Business.
AddressobjectPrimary address of the business.
Address1stringStreet address or PO Box of the business.
Address2stringSuite or apartment number of the business.
CitystringCity of the business.
ProvinceOrStateNmstringProvince or state name of the business.
ZipCdstringZIP code of the business.
Countrystring2-character country code of the business.
ContactDetailsobject[]Details of the person the IRS can contact regarding this business.
FirstNmstringFirst name of the contact person.
MiddleNmstringMiddle name of the contact person.
LastNmstringLast name of the contact person.
SuffixstringThe suffix of the contact person.
PhonestringPhone number of the contact person.
PhoneExtnstringPhone extension number.
EmailstringEmail address of the contact person.
FaxstringFax number of the contact person.
ReturnDataobject[]Contains information about the recipient details and Form 1099-SA details.
SequenceIdstringA unique reference ID for the submission that can be used to identify a particular record. The Sequence ID will be returned in the Response for your reference.
RecordIdGuidUnique Identifier of the Record. Mention the Form 1099-SA return's Record ID that you want to update. If you do not provide the Record ID, then a new record will be added to the submission.
ReturnManifestobject[]Filing options for this record.
IsFederalBooleanFederal Filing for the return will be enabled when the value is True. Form 1099-SA will be sent directly to the IRS.
IsStateBooleanState Filing for the return will be enabled when the value is True. Form 1099-SA will be directly filed with the respective recipient states.
Note: State Filing will not be created for the states that do not require State filing.
IsDistributionBooleanWhen TRUE, recipient distribution is enabled (postal mail / online access/email).
DistributionDetailsobjectDistribution configuration. Required when IsDistribution is TRUE.
DistributionTypestringRecipient copy distribution type.
PostalTypestringPostal service type.
IsForcedBooleanWhen TRUE, TaxBandits does not verify for duplicates and will create a new return for the recipient, even it comprises the same amounts as in previously filed returns. For more information on duplicate handling for Form 1099s, please click here.
RecipientobjectObject to identify the recipient details.
RecipientIdGuidA unique ID generated by TaxBandits after the return is created and will be returned in the Response. You can use this ID for your future reference to update.
PayeeRefstringYour unique identifier for the recipient. Can replace RecipientId in future requests.
TINDetailsobjectRecipient TIN information.
FormatstringSpecifies how the TIN is passed.
TINTypestringSpecify the TIN type of the recipient.
TINstringThe TIN value, formatted according to the Format field selected.
IndividualNmobjectRequired when TINType is SSN, ITIN, or ATIN. Provide individual name fields instead of BusinessNm.
FirstNmstringThe first name of the individual.
MiddleNmstringThe middle name of the individual.
LastNmstringThe last name of the individual.
SuffixstringThe suffix of the individual's name.
BusinessNmstringLegal name of the recipient business. Required when TINType is EIN.
NameCtrlstringName control of the business as registered with the IRS.
DBADetailsobjectOptional DBA (Doing Business As) information. Optional at creation — additional DBAs can be added later via AddDBA.
DBAIdGuidTaxBandits-generated DBA identifier. Returned in the response.
DBANmstringName of the DBA.
DBARefstringYour unique identifier for this DBA.
AddressobjectAddress information of DBA.
Address1stringStreet address or PO Box.
Address2stringSuite or apartment number.
CitystringDBA's city.
ProvinceOrStatestringDBA's province or state name.
ZipCdstringDBA's ZIP code.
CountrystringDBA's 2-character country code.
DOBstringDate of Birth of the recipient.
Format: MM/DD/YYYY
AddressobjectPrimary address of the recipient.
Address1stringStreet address or PO Box of the recipient.
Max 46 characters
Address2stringSuite or apartment number of the recipient.
CitystringCity of the recipient.
ProvinceOrStatestringProvince or state name of the recipient.
ZipCdstringZIP code of the recipient.
Countrystring2-character country code of the recipient.
EmailstringEmail address of the recipient.
FaxstringFax number of the recipient.
SAFormDataobjectRecipient's Form 1099-SA information.
GrossDistributionnumberGets the recipient's total amount of the distribution.This amount may have been a direct payment to the medical service provider or distributed to the recipient.
Size Range: 0-9999999999.99
EarningsOnExcessContnumberGets the earnings on any excess contributions that recipients withdrew from an HSA or Archer MSA by the due date of your income tax return.
Size Range: 0-9999999999.99
DistributionCodenumberGets the type of distribution.
Allowed values

"NORMAL_DIST", "EXCESS_CONTRIB", "DISABILITY", "DEATH_DIST", "PROHIBITED_TXN", "DEATH_DIST_NONSPOUSE"

FMVOnDateOfDeathnumberGets the FMV of the recipient's account on the date of death.
Size Range 0-9999999999.99
AccTypestringRecipient's account type.
Allowed values

"HSA", "Archer_MSA", "MA_MSA"

AccountNumstringAccount number of Payer having multiple accounts for a recipient for whom more than one Form 1099-SA is filed.
Size Range: 4..20
Note: If the account number on the return you file is the same as any previously filed return, TaxBandits will append 3 random numbers at the end of the account number.
Request Params
SampleDescriptionAction
Sample 1
Get with only the SubmissionID
Sample 2
Get with only RecordID
Sample 1
"form1099sa/get?submissionId=befa7a73-8bad-4985-af8c-d3966693af53 "
Response Json
ResponseDescriptionAction
200
Success Response - This is a sample response for successful API requests.
400
Bad Request Response - You'll get the below response when your API requests contain any validation errors.
Response: 200
{
"Form1099Records": [
{
"SubmissionManifest": {
"SubmissionId": "befa7a73-8bad-4985-af8c-d3966693af53",
"TaxYear": "2026",
"IsScheduleFiling": false,
"ScheduleFiling": null
},
"ReturnHeader": {
"Business": {
"BusinessId": "e1b0e30c-3ec9-46a5-b57f-14c38ba5a94c",
"PayerRef": null,
"IsDefaultBusiness": false,
"IsActive": true,
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "32-7980522"
},
"IndividualNm": null,
"BusinessNm": "Stehr - Bechtelar",
"NameCtrl": "SNOW",
"DBADetails": {
"DBANm": "Iceberg Icecreams",
"DBARef": "DBA1002",
"DBAId": "efbe8433-9476-4f18-8d14-69d4345c86f7",
"Address": {
"Address1": "452 S Herlong Avenue",
"Address2": "Suite 210",
"City": "Rock Hill",
"ProvinceOrState": "SC",
"ZipCd": "29732",
"Country": "US"
}
},
"Address": {
"Address1": "452 S Herlong Avenue",
"Address2": "Suite 210",
"City": "Rock Hill",
"ProvinceOrState": "SC",
"ZipCd": "29732",
"Country": "US"
},
"ContactDetails": {
"FirstNm": "James",
"MiddleNm": "A",
"LastNm": "Anderson",
"Suffix": "Jr",
"Phone": "(803) 555-1234",
"PhoneExtn": "101",
"Email": "contact@snowdaze.com",
"Fax": "(803) 555-5678"
},
"W2Specific": null,
"Form1042SSpecific": null,
"ACASpecific": null,
"Form480Specific": null,
"BusinessType": null,
"SigningAuthority": null
}
},
"ReturnData": [
{
"SequenceId": "1",
"RecordId": "f2fc8695-6cca-4748-ad04-aa05517c714e",
"ReturnManifest": {
"IsPostal": true,
"IsFederal": true,
"IsState": false,
"IsDistribution": true,
"DistributionDetails": {
"DistributionType": "POSTAL_AND_ONLINE",
"PostalType": "USPS_FIRST_CLASS"
},
"IsForced": true
},
"Recipient": {
"RecipientId": "14d647dd-b507-4b1a-8719-994fe09165db",
"PayeeRef": null,
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "SSN",
"TIN": "684-19-9887"
},
"IndividualNm": {
"FirstNm": "Trever",
"MiddleNm": "",
"LastNm": "Keebler",
"Suffix": ""
},
"NameCtrl": null,
"BusinessNm": null,
"DBADetails": {
"DBANm": "Iceberg Icecreams",
"DBARef": "DBA1002",
"DBAId": "9ebacc62-7793-4b82-8f6b-d2bd27436f35",
"Address": {
"Address1": "1600 Pennsylvania Avenue NW",
"Address2": "",
"City": "Washington",
"ProvinceOrState": "DC",
"ZipCd": "20500",
"Country": "US"
}
},
"Address": {
"Address1": "1600 Pennsylvania Avenue NW",
"Address2": null,
"City": "Washington",
"ProvinceOrState": "DC",
"ZipCd": "20500",
"Country": "US"
},
"DOB": null,
"Email": "james@sample.com",
"Fax": "(663) 456-7890",
"Phone": "(963) 456-7890",
"W9Details": null,
"W8BenDetails": null,
"Form1042SDetails": null
},
"SAFormData": {
"GrossDistribution": 966.00,
"EarningsOnExcessCont": 10.00,
"DistributionCode": "EXCESS_CONTRIB",
"FMVOnDateOfDeath": 0,
"AccType": "ARCHER_MSA",
"AccountNum": "7667"
}
}
]
}
],
"Errors": null
}