Get
Get
Use this endpoint to retrieve a 1099-MISC 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 form1099misc/get Request Params
| Field | Type | Description |
|---|---|---|
| SubmissionId | Guid | An unique identifier generated by TaxBandits when a 1099-MISC return is created. Mention the Form 1099-MISC return's Submission ID that you want to get. |
| RecordIds | Guid[] | An unique identifier generated by TaxBandits when a 1099-MISC return is created. Mention the Form 1099-MISC return's Record ID that you want to get. |
Response Body
| Field | Type | Description |
|---|---|---|
| Form1099Records | object[] | Contains information about Form 1099-R returns. |
| SubmissionManifest | object | SubmissionManifest provides brief information about a particular submission on the whole. It contains information like - Submission ID - Tax Year - IsScheduleFiling & ScheduleFiling service details |
| TaxYear | string | Tax year of Form 1099-R to be filed.Allowed valuesAllowed values: "2025", "2026" |
| IsFederal | Boolean | Federal Filing will be enabled when the value is True. Form 1099-NEC will be sent directly to the IRS. |
| IsState | Boolean | State Filing will be enabled when the value is True. Form 1099-NEC 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. |
| IsDistribution | Boolean | When TRUE, recipient distribution is enabled (postal mail / online access/email). |
| DistributionDetails | object[] | Distribution configuration. Required when IsDistribution is TRUE. |
| DistributionType | string | Recipient copy distribution type.Allowed values"POSTAL_ONLY", "ONLINE_ACCESS", "POSTAL_AND_ONLINE" |
| PostalType | string | Postal service type.Allowed values"USPS_FIRST_CLASS" |
| IsScheduleFiling | Boolean | When true, schedule filing services will be provided for Form 1099-R returns under this submission. |
| ScheduleFiling | object[] | Contains the preferred date to submit the returns to the IRS. Note: Required only when IsScheduleFiling is True. |
| EfileDate | string | Date of Schedule Filing. Enter the date in the format: MM/DD/YYYY or MM-DD-YYYY Example: 01/25/2026 or 01-25-2026 |
| ReturnHeader | object | Contains information about the Business details. |
| Business | object | Object to identify the Business Details. |
| BusinessId | Guid | Use 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. |
| PayerRef | string | Optional Your unique identifier for the payer. Can replace BusinessId in future requests. Size Range: 50 |
| IsDefaultBusiness | Boolean | When set to TRUE, this business will be set as the default across requests that do not specify a business. |
| TINDetails | object | TIN information for the business |
| Format | string | Specifies how the TIN is passed.Allowed values "PLAIN_TIN" — Pass TIN directly. |
| TINType | string | Specify the TIN type of the business.Allowed values"EIN", "SSN" |
| TIN | string | The TIN value according to the Format selected. |
| IndividualNm | object | Required when TINType is SSN. Provide individual name fields instead of BusinessNm. |
| FirstNm | string | First name of the individual. |
| MiddleNm | string | Middle name of the individual. |
| LastNm | string | Last name of the individual. |
| Suffix | string | The suffix of the individual's name. |
| BusinessNm | string | Legal name of the business. Required when TINType is EIN. |
| NameCtrl | string | Name control of the business as registered with the IRS. |
| DBADetails | object[] | DBA (Doing Business As) information. Optional at creation — additional DBAs can be added later via AddDBA. |
| DBANm | string | Name of the DBA. |
| DBARef | string | Your unique identifier for this DBA. |
| DBAId | GUID | TaxBandits-generated DBA identifier. Returned in the response. |
| IsDefaultDBA | Boolean | When TRUE, marks this DBA as the default. |
| Address | object[] | Address information of DBA |
| Address1 | string | Street address or PO Box. |
| Address2 | string | Suite or apartment number. |
| City | string | DBA's city. |
| ProvinceOrStateNm | string | DBA's province or state name. |
| Zipcd | string | DBA's ZIP code. |
| Country | string | DBA's 2-character country code. |
| string | Email address of the Business | |
| Address | object | Primary address of the business |
| Address1 | string | Street address or PO Box of the business. |
| Address2 | string | Suite or apartment number of the business. |
| City | string | City of the business. |
| ProvinceOrStateNm | string | Province or state name of the business. |
| ZipCd | string | ZIP code of the business. |
| Country | string | 2-character country code of the business. |
| ContactDetails | object[] | Details of the person the IRS can contact regarding this business. |
| FirstNm | string | First name of the contact person. |
| MiddleNm | string | Middle name of the contact person. |
| LastNm | string | Last name of the contact person. |
| Suffix | string | The suffix of the contact person. |
| Phone | string | Phone number of the contact person |
| PhoneExtn | string | Phone extension number. |
| string | Email address of the contact person. | |
| Fax | string | Fax number of the contact person. |
| ReturnData | object[] | Contains information about the recipient details and Form 1099-R details. |
| SequenceId | string | A 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. |
| RecordId | Guid | Unique 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. |
| ReturnManifest | object[] | Filing options for this record |
| IsFederal | Boolean | Federal Filing for the return will be enabled when the value is True. Form 1099-R will be sent directly to the IRS. |
| IsState | Boolean | State 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. |
| IsDistribution | Boolean | When TRUE, recipient distribution is enabled (postal mail / online access/email). |
| DistributionDetails | object[] | Distribution configuration. Required when IsDistribution is TRUE. |
| DistributionType | string | Recipient copy distribution type. |
| PostalType | string | Postal service type. |
| IsForced | Boolean | When 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. |
| Recipient | object | Object to identify the recipient details. |
| RecipientId | Guid | A 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. |
| PayeeRef | string | Optional Your unique identifier for the recipient. Can replace RecipientId in future requests. |
| TINDetails | object | Recipient TIN information. |
| Format | string | Specifies how the TIN is passed. |
| TINType | string | Specify the TIN type of the recipient.Allowed values"EIN", "SSN", "ATIN", "ITIN", "NA" |
| TIN | string | The TIN value, formatted according to the Format field selected. |
| IndividualNm | Object | Required when TINType is SSN, ITIN, or ATIN. Provide individual name fields instead of BusinessNm. |
| FirstNm | String | The first name of the individual. |
| MiddleNm | String | The middle name of the individual. |
| LastNm | String | The last name of the individual. |
| Suffix | String | The suffix of the individual's name. |
| BusinessNm | string | Legal name of the recipient business. Required when TINType is EIN. |
| NameCtrl | string | Name control of the business as registered with the IRS. |
| DBADetails | Object | Optional DBA (Doing Business As) information. Optional at creation — additional DBAs can be added later via AddDBA. |
| DBAId | GUID | TaxBandits-generated DBA identifier. Returned in the response. |
| DBANm | String | Name of the DBA. |
| DBARef | String | Your unique identifier for this DBA. |
| Address | Object | Address information of DBA |
| Address1 | String | Street address or PO Box. |
| Address2 | String | Suite or apartment number. |
| City | String | DBA's city. |
| ProvinceOrState | String | DBA's province or state name. |
| ZipCd | String | DBA's ZIP code. |
| Country | String | DBA's 2-character country code. |
| DOB | String | Date of Birth of the recipient. Format: MM/DD/YYYY |
| Address | Object | Primary address of the recipient. |
| Address1 | String | Street address or PO Box of the recipient. Max 46 characters |
| Address2 | String | Suite or apartment number of the recipient. |
| City | String | City of the recipient. |
| ProvinceOrState | String | Province or state name of the recipient. |
| ZipCd | String | ZIP code of the recipient. |
| Country | String | 2-character country code of the recipient. |
| String | Email address of the recipient. | |
| Fax | String | Fax number of the recipient. |
| Phone | String | Phone number of the recipient. |
| MISCFormData | object | Recipient's Form 1099-MISC information. |
| Rents | number | Amount of rent paid to the recipient that exceeds the reporting threshold. Threshold: $600 (pre-2026) / $2,000 (2026+). Range: 0-9999999999.99 |
| Royalties | number | Gross royalty payments of $10 or more. Size Range: 0-9999999999.99 |
| OtherIncome | number | Amount of other income paid to the recipient that exceeds the reporting threshold and cannot be reported in any other box on the form. The threshold is $600 for tax years before 2026 and $2,000 for tax year 2026 and later. Range: 0-9999999999.99 |
| FedIncomeTaxWH | number | Federal income tax withheld - Gets the backup withholding. For example, persons who have not furnished their TIN to their Employer are subject to withholding of payments required to be reported in boxes 1, 2 (net of severance taxes), 3, 5 (to the extent paid in cash), 6, 8, 9, and 10. Size Range: 0-9999999999.99 Note: This value should be less than 40% of the sum of boxes 1, 2, 3, 5, 6, 8, 9 and 10. |
| FishingBoatProceeds | number | Fishing boat proceeds - Gets an individual's share of all proceeds from the sale of a catch. Size Range: 0-9999999999.99 |
| MedHealthcarePymts | number | Medical and health care payments - Gets the payments made in excess of $600 or more to a physician, other supplier or provider of medical or health care services. Range: 0-9999999999.99 |
| IsDirectSales | Boolean | Payer made direct sales of $5,000 or more of consumer products to a buyer (recipient) for resale - When true, identifies the payer who made $5,000 or more of selling consumer products to a person on a buy-sell, deposit-commission, or other commission basis for resale (by the buyer or any other person) anywhere other than in a permanent retail establishment. |
| SubstitutePymts | number | Substitute payments in lieu of dividends or interest - Gets the aggregate payments of at least $10 of substitute payments received by a broker for a customer in lieu of dividends or tax-exempt interest as a result of a loan of a customer's securities. Size Range: 0-9999999999.99 |
| CropInsurance | number | Gets the crop insurance proceeds of $600 or more paid to farmers by insurance companies. Size Range: 0-9999999999.99 |
| GrossProceeds | number | Gets the gross proceeds in excess of $600 paid to an attorney in conMISCtion with legal services, regardless of services performed for the payer. Size Range: 0-9999999999.99 |
| FishPurForResale | number | Gets the total cash payments of $600 or more paid during the year to any person who is engaged in the trade or business of catching fish. Size Range: 0-9999999999.99 |
| Sec409ADeferrals | number | Gets the total amount deferred during the year of at least $600 for the nonemployee under all nonqualified plans. Size Range: 0-9999999999.99 |
| CashTips | number | Cash tips are paid to the recipient. Size Range: 0 - 9999999999.99 Note: This field is applicable for TY 2026 |
| TTOC1 | string | Treasury Tipped Occupation code 1. Size Range: ..10 Note: This field is applicable for TY 2026 |
| TTOC2 | string | Treasury Tipped Occupation code 2. Size Range: ..10 Note: This field is applicable for TY 2026 |
| OvertimeComp | number | Overtime compensation. Size Range: 0 - 9999999999.99 Note: This field is applicable for TY 2026 |
| IsFATCA | Boolean | When true, it identifies a U.S. payer reporting on Form(s) 1099 (including reporting payments on this Form 1099-MISC) to satisfy their foreign financial asset reporting requirement with respect to a U.S. account. |
| EPP | number | Excess golden parachute payments. Specify the amount over the base amount (the average annual compensation for services includible in the individual's gross income over the most recent 5 tax years). Size Range: 0-9999999999.99 Note: Starting Tax Year 2025, this amount is reported in Form 1099-NEC (Box 3). |
| NonQualDefComp | number | Nonqualified deferred compensation - Gets the amounts deferred (including earnings on amounts deferred) that are includible in income under section 409A because the nonqualified deferred compensation (NQDC) plan fails to satisfy the requirements of section 409A. Size Range: 0-9999999999.99 |
| Is2ndTINnot | Boolean | When TRUE, indicates the payer was notified by the IRS twice within 3 calendar years of an incorrect TIN and does not want further notices. |
| AccountNum | string | Optional Account number (used when filing multiple 1099-MISCs for one recipient). |
| States | object[] | List of state filing details. |
| StateCd | string | 2-character 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" |
| StateIdNum | string | Payer's state identification number. |
| StateWH | number | State income tax withheld. |
| StateIncome | number | State income amount. |
Payload

Go Lang
Node.js
Python
.NET C#

Ruby
Java

cURL
| Sample | Description | Action |
|---|---|---|
| Sample 1 | Get with only the SubmissionID |
Sample 1
"Form1099MISC/get?submissionId=59a736e5-1ded-4859-8fbb-0a9a592051a5"
| Response | Description | Action |
|---|---|---|
| 200 | Success Response - This is a sample response for successful API requests. |
Response: 200
{
"Form1099Records": [
{
"SubmissionManifest": {
"SubmissionId": "8c1486c3-676a-49e4-8ca1-c485d56c83ab",
"TaxYear": "2026",
"IsFederal": true,
"IsState": true,
"IsDistribution": true,
"DistributionDetails": {
"DistributionType": "POSTAL_AND_ONLINE",
"PostalType": "USPS_FIRST_CLASS"
},
"IsScheduleFiling": false,
"ScheduleFiling": null
},
"ReturnHeader": {
"Business": {
"BusinessId": "b008346a-c822-441c-b320-b8689a2ce277",
"PayerRef": null,
"IsDefaultBusiness": false,
"IsActive": true,
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "72-5564875"
},
"IndividualNm": null,
"BusinessNm": "Horizon LLC",
"NameCtrl": "HORI",
"DBADetails": null,
"Address": {
"Address1": "2500 Horizon Parkway",
"Address2": "Suite 200",
"City": "Plano",
"ProvinceOrState": "TX",
"ZipCd": "75024",
"Country": "US"
},
"ContactDetails": {
"FirstNm": "Michael",
"MiddleNm": "A",
"LastNm": "Carter",
"Suffix": "Jr",
"Phone": "(972) 555-0100",
"PhoneExtn": "205",
"Email": "horizonllc@sample.com",
"Fax": "(972) 555-0199"
},
"W2Specific": null,
"Form1042SSpecific": null,
"ACASpecific": null,
"Form480Specific": null,
"BusinessType": null,
"SigningAuthority": null
}
},
"ReturnData": [
{
"SequenceId": "1",
"RecordId": "fb12ac2e-7633-4f24-9008-f99757cc113d",
"ReturnManifest": {
"IsFederal": true,
"IsState": true,
"IsDistribution": true,
"DistributionDetails": {
"DistributionType": "POSTAL_AND_ONLINE",
"PostalType": "USPS_FIRST_CLASS"
},
"CorrectionDetails": null,
"IsForced": false
},
"Recipient": {
"RecipientId": "645588b8-dd0c-48ec-bb56-f54b0fd17d59",
"PayeeRef": null,
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "SSN",
"TIN": "321-44-5789"
},
"IndividualNm": {
"FirstNm": "David",
"MiddleNm": "R",
"LastNm": "Thompson",
"Suffix": null
},
"NameCtrl": "THOM",
"BusinessNm": null,
"DBADetails": null,
"Address": {
"Address1": "789 Market Street",
"Address2": "Suite 1200",
"City": "San Francisco",
"ProvinceOrState": "CA",
"ZipCd": "94103",
"Country": "US"
},
"DOB": null,
"Email": "david.thompson@sample.com",
"Fax": "(214) 555-0199",
"Phone": "(214) 555-0100",
"W9Details": null,
"W8BenDetails": null,
"Form1042SDetails": null
},
"MiscFormData": {
"Rents": 12450.75,
"Royalties": 22500.5,
"OtherIncome": 0,
"FedIncomeTaxWH": 0,
"FishingBoatProceeds": 0,
"MedHealthcarePymts": 0,
"IsDirectSale": false,
"SubstitutePymts": 0,
"CropInsurance": 0,
"GrossProceeds": 0,
"FishPurForResale": 0,
"Sec409ADeferrals": 0,
"CashTips": 0,
"TTOC1": "",
"TTOC2": "",
"OvertimeComp": 0,
"IsFATCA": false,
"EPP": 0,
"NonQualDefComp": 0,
"AccountNum": "20262160008160066580",
"Is2ndTINnot": false,
"States": [
{
"StateCd": "CA",
"StateWH": 2359.11,
"StateIdNum": "999-9999-9",
"StateIncome": 33701.5,
"StateCorrectionType": null
}
]
}
}
],
"StateReconData": null
}
],
"Errors": null
}
package main
import (
"fmt"
"net/http"
"io"
)
func main() {
url := "<APIURL>/v2.0.0/form1099misc/get?SubmissionId=c93703d0-4df9-413b-b34b-c61f85f8235d"
method := "GET"
client := &http.Client {
}
req, err := http.NewRequest(method, url, nil)
if err != nil {
fmt.Println(err)
return
}
req.Header.Add("Authorization", "<ACCESS_TOKEN>")
res, err := client.Do(req)
if err != nil {
fmt.Println(err)
return
}
defer res.Body.Close()
body, err := io.ReadAll(res.Body)
if err != nil {
fmt.Println(err)
return
}
fmt.Println(string(body))
}
const axios = require('axios');
let config = {
method: 'get',
maxBodyLength: Infinity,
url: '<APIURL>/v2.0.0/form1099misc/get?SubmissionId=c93703d0-4df9-413b-b34b-c61f85f8235d',
headers: {
'Authorization': '<ACCESS_TOKEN>'
}
};
axios.request(config)
.then((response) => {
console.log(JSON.stringify(response.data));
})
.catch((error) => {
console.log(error);
});
import http.client
conn = http.client.HTTPSConnection("<APIURL>")
payload = ''
headers = {
'Authorization': '<ACCESS_TOKEN>'
}
conn.request("GET", "/v2.0.0/form1099misc/get?SubmissionId=c93703d0-4df9-413b-b34b-c61f85f8235d", payload, headers)
res = conn.getresponse()
data = res.read()
print(data.decode("utf-8"))
var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "<APIURL>/v2.0.0/form1099misc/get?SubmissionId=c93703d0-4df9-413b-b34b-c61f85f8235d");
request.Headers.Add("Authorization", "<ACCESS_TOKEN>");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
require "uri"
require "net/http"
url = URI("<APIURL>/v2.0.0/form1099misc/get?SubmissionId=c93703d0-4df9-413b-b34b-c61f85f8235d")
http = Net::HTTP.new(url.host, url.port);
request = Net::HTTP::Get.new(url)
request["Authorization"] = "<ACCESS_TOKEN>"
response = http.request(request)
puts response.read_body
OkHttpClient client = new OkHttpClient().newBuilder()
.build();
MediaType mediaType = MediaType.parse("text/plain");
RequestBody body = RequestBody.create(mediaType, "");
Request request = new Request.Builder()
.url("<APIURL>/v2.0.0/form1099misc/get?SubmissionId=c93703d0-4df9-413b-b34b-c61f85f8235d")
.method("GET", body)
.addHeader("Authorization", "<ACCESS_TOKEN>")
.build();
Response response = client.newCall(request).execute();
curl --location '<APIURL>/v2.0.0/form1099misc/get?SubmissionId=c93703d0-4df9-413b-b34b-c61f85f8235d' --header 'Authorization: <ACCESS_TOKEN>'