Skip to main content
Version: 2.0.0

Get

Get

Use this endpoint to retrieve a 1099-OID 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 Form1099OID/Get 

Request Params

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

Response Body

FieldTypeDescription
Form1099Recordsobject[]Contains information about Form 1099-OID 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
SubmissionIdGuidUnique identifier created by TaxBandits for each submission.
TaxYearstringTax year for which Form 1099-OID is filed.
IsFederalBooleanFederal Filing will be enabled when the value is True. Form 1099-NEC will be sent directly to the IRS.
IsStateBooleanState 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.
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"

IsScheduleFilingBooleanIdentifies whether the schedule filing service is enabled for the return.
ScheduleFilingobject[]Contains the preferred date to submit the returns to the IRS/State agencies.
EfileDatestringReturns the date on which the return is scheduled to be transmitted to the IRS and/or state agencies.
ReturnHeaderobjectContains information about the Business details.
BusinessobjectObject to identify the Business Details.
BusinessIdGuidUnique identifier of the business generated by TaxBandits.
PayerRefstringYour unique identifier for the payer.
IsDefaultBusinessBooleanIdentifies whether the business is designated as the default business.
TINDetailsobjectReturns the TIN information for the business.
FormatstringReturns the format of the TIN passed.(e.g., PLAIN_TIN, ENCRYPTED_TIN, or TOKENIZED_TIN).
TINTypestringReturns the TIN type of the business.
TINstringReturns the TIN value according to the Format selected.
IndividualNmobjectReturns the individual's name details when the TIN type of the business is "SSN".
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.
NameCtrlstringName control of the business as registered with the IRS.
DBADetailsobject[]Returns DBA (Doing Business As) information.
DBANmstringName of the DBA.
DBARefstringYour unique identifier for this DBA.
DBAIdGuidUnique identifier of the DBA generated by TaxBandits.
Addressobject[]Returns address 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.
EmailstringEmail address of the Business.
AddressobjectReturns primary address of the business.
Address1stringStreet address or PO Box of the business.
Address2stringSuite or apartment number of the business.
CitystringCity of the business.
ProvinceOrStatestringProvince or state name of the business.
ZipCdstringZIP code of the business.
Countrystring2-character country code of the business.
ContactDetailsobject[]Returns 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-OID details.
SequenceIdstringAn unique reference ID for the submission that can be used to identify a particular record.
RecordIdGuidAn unique identifier generated by TaxBandits when a 1099-OID return is created.
ReturnManifestobject[]Returns a high-level summary of the return, including information about the postal service, federal filing, and recipient copy distribution configurations associated with the return.
IsFederalBooleanIdentifies whether Federal filing is enabled for the return.
IsStateBooleanIdentifies whether State filing is enabled for the return.
IsDistributionBooleanIdentifies whether Recipient distribution is enabled for the return.
DistributionDetailsobject[]Returns recipient distribution configuration details.
DistributionTypestringRecipient copy distribution type.
PostalTypestringReturn postal service type.
IsForcedBooleanIdentifies whether TaxBandits does not verify for duplicates and will create a new return for the recipient, even if it comprises the same amounts as in previously filed returns.
RecipientobjectObject to identify the recipient details.
RecipientIdGuidUnique identifier of the recipient generated by TaxBandits.
PayeeRefstringYour unique identifier for the recipient.
TINDetailsobjectReturns the TIN information for the recipient.
FormatstringReturns the format of the TIN passed.
TINTypestringReturns the TIN type of the recipient.
TINstringReturns the TIN value according to the Format selected.
IndividualNmobjectReturns the individual's name details when the TIN type of the recipient is "SSN".
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's business.
NameCtrlstringName control of the recipient as registered with the IRS.
DBADetailsobjectReturns DBA (Doing Business As) information.
DBAIdGuidUnique identifier of the DBA generated by TaxBandits.
DBANmstringName of the DBA.
DBARefstringYour unique identifier for this DBA.
AddressobjectReturns address 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.
DOBstringReturns Date of Birth of the recipient.
AddressobjectReturns primary address of the recipient.
Address1stringStreet address or PO Box of the recipient.
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.
OIDFormDataobjectRecipient's Form 1099-OID information.
OIDnumberBox 1 (Original issue discount). The taxable OID on the obligation for the part of the year it was owned by the record holder.
OtherPeriodicInterestnumberBox 2 (Other periodic interest). Any qualified stated interest paid or credited on this obligation during the year.
EarlyWithdrawalPenaltynumberBox 3 (Early withdrawal penalty). The interest or principal forfeited because of an early withdrawal of time deposits, such as an early withdrawal from a CD, that is deductible from gross income by the recipient.
FedTaxWHnumberBox 4 (Federal income tax withheld). The backup withholding. For example, if a recipient does not furnish its TIN to you in the manner required, you must backup withhold. The applicable interest rate applies to amounts required to be reported in boxes 1, 2, and 8, but is limited to the cash paid on these obligations.
MarketDiscnumberBox 5 (Market discount). For a covered security acquired with market discount and OID, if the taxpayer notified you that a section 1278(b) election was made, enter the amount of market discount that accrued on the debt instrument during the tax year in the amount of $10 or more.
AcqPremiumnumberBox 6 (Acquisition premium). For a covered security acquired with acquisition premium, enter the amount of premium amortization for the part of the year the debt instrument was owned by the holder.
DescriptionnumberBox 7 (Description). Enter the CUSIP number, if any. If there is no CUSIP number, enter the abbreviation for the stock exchange, the abbreviation for the issuer used by the stock exchange, the coupon rate, and the year of maturity (for example, NYSE XYZ 12 1/2 25).
Size Range: ..39
Note: For IRIS filing type the size range is ..100
OIDOnUSTOblignumberBox 8 (Original issue discount on U.S. Treasury obligations). The OID on a U.S. Treasury obligation for the part of the year it was owned by the record holder.
InvestExpnumberBox 9 (Investment expenses). For single-class REMICs only.
BondPremiumnumberBox 10 (Bond premium). For a taxable covered security acquired at a premium, enter the amount of bond premium amortization allocable to the interest paid during the tax year, unless you were notified in writing that the holder did not want to amortize bond premium under section 171.
TaxExemptOIDnumberBox 11 (Tax-exempt OID). For a tax-exempt obligation that is a covered security acquired on or after January 1, 2017, enter the OID for the part of the year it was owned by the record holder.
IsFATCABooleanFATCA filing requirement checkbox. When true, identifies a U.S. payer reporting on Form(s) 1099 (including reporting payments on this Form 1099-OID) to satisfy their foreign financial asset reporting requirement with respect to a U.S. account.
AccountNumstringOptional Account number (used when filing multiple 1099-OIDs for one recipient).
Statesobject[]List of state filing details.
StateCdstringBox 12 (State). 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"

StateIdNumstringBox 13 (State identification no.). Payer's state identification number.Size Range: ..20
StateWHnumberBox 14 (State tax withheld). State income tax withheld.
Size Range: 0-9999999999.99
StateIncomenumberState income amount.
Size Range: 0-9999999999.99
Errorsobject[]Shows detailed error information.
IdstringReturns the validation error Id.
NamestringName of the validation error.
MessagestringDescription of the validation error.
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
Form1099OID/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 successful API requests.
Response: 200
{
"Form1099Records": [
{
"SubmissionManifest": {
"SubmissionId": "dfccd5d7-a44b-4bff-ac89-de73bfec9015",
"TaxYear": "2026",
"IsFederal": true,
"IsState": true,
"IsDistribution": true,
"DistributionDetails": {
"DistributionType": "POSTAL_AND_ONLINE",
"PostalType": "USPS_FIRST_CLASS"
},
"IsScheduleFiling": false,
"ScheduleFiling": null
},
"ReturnHeader": {
"Business": {
"BusinessId": "f9816f1e-1662-4d0c-ab44-948a1228a848",
"PayerRef": null,
"IsDefaultBusiness": false,
"IsActive": true,
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "72-5564874"
},
"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": "f3318b6f-f002-453d-ae0c-73e5475baea8",
"ReturnManifest": {
"IsFederal": true,
"IsState": true,
"IsDistribution": true,
"DistributionDetails": {
"DistributionType": "POSTAL_AND_ONLINE",
"PostalType": "USPS_FIRST_CLASS"
},
"CorrectionDetails": null,
"IsForced": false
},
"Recipient": {
"RecipientId": "7b3e9cb9-4968-4ce9-a615-6b9033c9d1d1",
"PayeeRef": null,
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "SSN",
"TIN": "321-44-5782"
},
"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": "2145550100",
"W9Details": null,
"W8BenDetails": null,
"Form1042SDetails": null
},
"OIDFormData": {
"OID": 9000,
"OtherPeriodicInt": 10000,
"EarlyWithdrawalPenalty": 50,
"FedTaxWH": 4000,
"MarketDisc": 2000,
"AcqPremium": 1200,
"Description": "To be checked testing",
"OIDOnUSTObligation": 4000,
"InvestExp": 1000,
"BondPremium": 1000,
"TaxExemptOID": 2000,
"IsFATCA": false,
"Is2ndTINnot": false,
"AccountNum": "20262170008160001256",
"States": [
{
"StateCd": "CA",
"StateIdNum": "999999992",
"StateWH": 15
},
{
"StateCd": "ID",
"StateIdNum": "999999999",
"StateWH": 15
}
]
}
}
]
}
],
"Errors": null
}