Skip to main content
Version: 2.0.0

Get

Get

Use this endpoint to retrieve a 1099-R 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.

GET form1099r/get 

Request Body

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

Response Body

FieldTypeDescription
Form1099Recordsobject[]Contains information about Form 1099-R returns.
SubmissionManifestobjectSubmissionManifest 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-R to be filed.
Allowed values

Allowed values: "2025", "2026"

IsFederalBooleanFederal Filing will be enabled when the value is True. Form 1099-R will be sent directly to the IRS.
IsStateBooleanState Filing will be enabled when the value is True. Form 1099-R 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).
DistributionDetailsobject[]Distribution configuration. Required when IsDistribution is TRUE.
DistributionTypestringRecipient copy distribution type.
Allowed values

"POSTAL_ONLY", "ONLINE_ACCESS", "POSTAL_AND_ONLINE"

PostalTypestringPostal service type.
Allowed values

"USPS_FIRST_CLASS"

IsScheduleFilingBooleanWhen true, schedule filing services will be provided for Form 1099-R returns under this submission.
ScheduleFilingobject[]Contains 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
Example: 01/25/2026 or 01-25-2026
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.
PayerRefstringOptional Your unique identifier for the payer. Can replace BusinessId in future requests.
Size Range: 50
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.
"TOKENIZED_TIN" - Pass tokenized TIN.

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.
FirstNmstringFirst name of the individual.
MiddleNmstringMiddle name of the individual.
LastNmstringLast 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.
DBADetailsobject[]DBA (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.
Addressobject[]Address 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-R 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-R 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-R will be sent directly to the IRS.
IsStateBooleanState Filing for the return will be enabled when the value is True.
Form 1099-R 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).
DistributionDetailsobject[]Distribution 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 if it comprises the same amount 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.
PayeeRefstringOptional Your 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.
Allowed values

"EIN", "SSN", "ATIN", "ITIN", "NA"

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.
PhoneStringPhone number of the recipient.
RFormDataobjectRecipient's Form 1099-R information.
GrossDistributionnumberGross Distribution - Get at least one distribution code.
Size Range: 0-9999999999.99
TaxableAmtnumberTaxable Amount - Gets the Taxable Amount
Size Range: 0-9999999999.99
IsTaxableAmtNotDeterminedBooleanWhen True, the taxable amount of the payment entered for Gross distribution cannot be computed.
IsTotalDistributionBooleanWhen True, the payment shown in gross Distribution Amount is a total distribution that closes out the account.
CapitalGainnumberCapital Gain - Get the amount from a charitable gift annuity that is taxable as a capital gain.
Size Range: 0-9999999999.99
FedTaxWHnumberFederal Tax Withheld - Get any federal income tax withheld.
Size Range: 0-9999999999.99
Note : This value should be less than the 40% sum of boxes 1, 2a, 3, 5, 6, 8, 9b and 10.
EmpContributionnumberGet the employee's contributions, designated Roth contributions, or insurance premiums that the employee may recover tax free this year.
Size Range: 0-9999999999.99
NUAnumberGet all the NUA in employer securities if this is a lump-sum distribution. If this is not a lump-sum distribution, get only the NUA in employer securities attributable to employee contributions.
Size Range: 0-9999999999.99
DistCodesstringGet the appropriate code. More than one code may apply.
Size Range: 2
Allowed values

"1", " 18", "1B", " 1D", "1K", "1L", "1M", "1P", "2", "28", "2B", "2D", "2K", "2L", "2M", "2P", "3", "3D", "4", "48", "4A", "4B", "4D", "4G", "4H", "4K", "4L", "4M", "4P", "5", "6", "6W", "7", "7A", "7B", "7D", "7K", "7L", "7M", "8", " 81", "82", "84", "8B", "8J", "8K", "9", "A4", "A7", "B", "B1", "B2", "B4", "B7", "B8", "BG", "BL", "BM", "BP", "BU", "C", "CD", "D1", "D2", "D3", "D4", "D7", "DC", "E", "F", "G", "G4", "GB", "GK", "H", "H4", "J", "J8", "JP", "K1", "K2", "K4", "K7", "K8", "KG", "L", "L1", "L2", "L4", "L7", "LB", "M", "M1", "M2", "M4", "M7", "MB", "N", "P", "P1", "P2", "P4", "PB", "PJ", "Q", "R", "S", "T", "U", "UB", "W", "W6", "Y4","Y7", "YK", "Y"

IsIRASEPSIMPLEBooleanWhen True, it is a traditional IRA, SEP, or SIMPLE distribution or Roth conversion.
IsTrumpAccountBooleanTrump Account Indicator - When True, indicates that the distribution is associated with a Trump Account.
ExcessContribnumberGet the amount of excess contributions or excess deferrals distributed to the recipient.
Size Range: 0-9999999999.99
OthernumberGet the current actuarial value of an annuity contract that is part of a lump-sum distribution.
Size Range: 0-9999999999.99
OtherPercentagenumberGet the percentage of the total annuity contract.
TotDistPercentagenumberTotal Distribution Percentage - Get the percentage when reporting a total distribution to more than one person, such as when a participant is deceased, and an issuer distributes to two or more beneficiaries. If the percentage is 100, leave this field blank.
Size Range: 2
TotEmpContributionnumberTotal employee contributions - Get the total employee distribution. Do not include any amounts recovered tax free in prior years.
Size Range: 0-9999999999.99
AmtToIRR5YearsnumberGet the amount of the distribution allocable to an IRR made within the 5 year, beginning with the first day of the year in which the rollover was made.
Size Range: 0-9999999999.99
DesigRoth1stYearnumberGet the first year of the 5 tax-year periods. This is the year in which the recipient first established the designated Roth account. It should be in "YYYY" Format.
Size Range: 4
IsFATCAFilingBooleanWhen true, there is a FATCA Filing Requirement.
DateOfPaymentstringGet the date of payment for reportable death benefits under section 6050Y.It should be in "MM/DD/YYYY" format.
Size Range: 8
AccountNumstringAccount number of Payer having multiple accounts for a recipient for whom more than one Form 1099-R 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.
Statesobject[]Contains list of state returns information.
StateCdstringState Code.
Size Range: 2
StateIdNumstringIdentification Number of State.
Size Range: ..20
StateWHnumberIncome tax amount withheld for State.
Size Range: 0-9999999999.99
StateDistributionnumberTotal state distribution amount.
Size Range: 0-9999999999.99
LocalDistributionnumberLocal Distribution.
Size Range: 0-9999999999.99
LocalTaxnumberLocal income tax withheld.
Size Range: 0-9999999999.99
LocalityNmstringName of the Locality.
Size Range: 20
Request Params
SampleDescriptionAction
Sample 1
Query Params - Use the SubmissionId alone to get the full submission, or include RecordId to get a specific record.
Sample 1
form1099r/get?submissionid=519a84f4-5e56-496a-82f3-18f51fdf3d75&RecordIds=519a84f4-5e56-496a-82f3-18f51fdf3d75,519a84f4-5e56-496a-82f3-18f51fdf3d75
Response JSON
ResponseDescriptionAction
200
Success Response - This is a sample response for a successful get request.
Response: 200
{
"Form1099Records": [
{
"SubmissionManifest": {
"SubmissionId": "e50c27b8-631c-45f0-be19-f786fc69ba60",
"TaxYear": "2026",
"IsFederal": true,
"IsState": true,
"IsDistribution": true,
"DistributionDetails": {
"DistributionType": "POSTAL_AND_ONLINE",
"PostalType": "USPS_FIRST_CLASS"
},
"IsScheduleFiling": true,
"ScheduleFiling": {
"EfileDate": "01/25/2026"
}
},
"ReturnHeader": {
"Business": {
"PayerRef": "Snow123",
"BusinessId": null,
"IsDefaultBusiness": true,
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "45-9875461"
},
"IndividualNm": {
"FirstNm": "James",
"MiddleNm": "A",
"LastNm": "Anderson",
"Suffix": "Jr"
},
"BusinessNm": "Snowdaze LLC",
"NameCtrl": "SNOW",
"DBADetails": {
"DBANm": "Iceberg Icecreams",
"DBARef": "DBA1001",
"DBAId": null,
"IsDefaultDBA": true,
"Address": {
"Address1": "123 Main St",
"Address2": "Suite 1001",
"City": "Rock Hill",
"ProvinceOrState": "SC",
"ZipCd": "29730",
"Country": "US"
}
},
"Email": "james@sample.com",
"Address": {
"Address1": "123 Main St",
"Address2": "Suite 1001",
"City": "Rock Hill",
"ProvinceOrState": "SC",
"ZipCd": "29730",
"Country": "US"
},
"ContactDetails": {
"FirstNm": "James",
"MiddleNm": "A",
"LastNm": "Anderson",
"Suffix": "Jr",
"Phone": "8035551234",
"PhoneExtn": "101",
"Email": "contact@snowdaze.com",
"Fax": "8035555678"
}
}
},
"ReturnData": [
{
"SequenceId": "1",
"RecordId": "cfd6fe66-ac9f-49f7-b8a3-2d064abeeb9b",
"IsFederal": true,
"IsState": true,
"IsDistribution": true,
"DistributionDetails": {
"DistributionType": "SMART_MAIL",
"PostalType": "USPS_FIRST_CLASS"
},
"IsForced": false,
"Recipient": {
"PayeeRef": "DAI001",
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "45-9875461"
},
"IndividualNm": {
"FirstNm": "James",
"MiddleNm": "A",
"LastNm": "Anderson",
"Suffix": "Jr",
"DOB": null
},
"BusinessNm": "Snowdaze LLC",
"NameCtrl": "SNOW",
"DBADetails": {
"DBANm": "Iceberg Icecreams",
"DBARef": "DBA1001",
"Address": {
"Address1": "123 Main St",
"Address2": "Suite 1001",
"City": "Rock Hill",
"ProvinceOrState": "SC",
"ZipCd": "29730",
"Country": "US"
}
},
"Address": {
"Address1": "123 Main St",
"Address2": "Suite 1001",
"City": "Rock Hill",
"ProvinceOrState": "SC",
"ZipCd": "29730",
"Country": "US"
},
"Email": "shawn@sample.com",
"Fax": "6634567890",
"Phone": "9634567890"
},
"RFormData": {
"GrossDistribution": "2563",
"TaxableAmt": 0,
"IsTaxableAmtNotDetermined": true,
"IsTotalDistribution": false,
"CapitalGain": 880,
"FedTaxWH": 90,
"EmpContribution": 0,
"NUA": 0,
"DistCodes": "1",
"IsSIRASEPSIMPLE": false,
"IsTrumpAccount": false,
"ExcessContrib": 880,
"Other": 80,
"OtherPercentage": 99,
"TotDistPercentage": 99,
"TotEmpContribution": 0,
"AmtToIRR5Years": 0,
"DesigRoth1stYear": 1901,
"IsFATCAFiling": false,
"DateOfPayment": "12/3/2020",
"AccountNum": "9252",
"States": [
{
"StateCd": "PA",
"StateWH": 15.56,
"StateDistribution": 100,
"StateIdNum": "99999999",
"LocalDistribution": 300.23,
"LocalTax": 100.45,
"LocalityNm": "Pristine"
},
{
"StateCd": "AZ",
"StateWH": 17.45,
"StateDistribution": 100,
"StateIdNum": "99-9999999",
"LocalDistribution": 300.23,
"LocalTax": 100.45,
"LocalityNm": "Pristine"
}
]
}
}
],
"StateReconData": null
}
],
"Errors": null
}