Skip to main content
Version: 1.7.3

GetbyRecordIds

This endpoint can be used to get the information from the 1098 Form created against the particular record. You will be able to pull the data from multiple records created under different submissions.

The response will include the Business information, Recipient details, and 1098 Form data.

POST Form1098/GetbyRecordIds 
Run in Postman

Request Body

FieldTypeDescription
RecordIdsobject[]Contains the object of RecordId
RecordIdGuidThe unique identifier of the record. Provide the RecordId for which you need to obtain the information

Request Json

{
"RecordIds": [
{
"RecordId": "488b1c7e-d244-4d6a-8491-65ae2209a99f"
}
]
}

Response Body

FieldTypeDescription
StatusCodenumberReturns the HTTP status codes like 200,300 etc.
StatusNamestringName of the status code
StatusMessagestringDetailed status message
Form1098RecordsobjectContains information about Form 1098 returns.
SubmissionManifestobjectSubmissionManifest provides brief information about a particular submission on the whole.

It contains information like
  • Submission ID
  • Tax Year
  • IsPostal
  • IsFederalFiling
  • IsOnlineAccess
  • IsScheduleFiling & ScheduleFiling service details
    SubmissionIdGuidUnique identifier created by TaxBandits for each submission. Not required when you are creating a return.
    TaxYearstringTax year of Form 1098 to be filed.
    IRSFilingTypestringSpecify the platform on which you want to file the 1098 return with the IRS:
  • FIRE: Traditional platform,IRS will take 2 to 4 days to provide the accepted or rejected status.
  • IRIS: The IRS's new platform for 1098 returns,IRS will provide the accepted or rejected status within 6hrs.
    Click here for more information about IRIS system.
If no value is specified,Taxbandits will default to "FIRE".
    IsPostalBooleanPostal Order will be created when the value is set as True. Once the return is Transmitted, Form 1098 Recipient copies will be postal mailed to the recipient's address via USPS.

Note: Postal Orders for Foreign Address will not be created.
    IsOnlineAccessBooleanOnline Access will be enabled when the value is set as True. Once the return is Transmitted, an email with the link to the secure TaxBandits portal will be sent to the Recipient. The recipient can provide consent and download Form 1098 Recipient copies from the portal.
    IsScheduleFilingBooleanWhen true, schedule filing services will be provided for Form 1098 returns under this submission.
    ScheduleFilingobjectContains preferred date to submit the returns to the IRS. Required only when "IsScheduleFiling" is True.
        EfileDatestringDate of Schedule Filing.
ReturnHeaderobjectContains information about the Business details.
    BusinessobjectObject to identify the Business Details.
        BusinessIdGuidReturns the unique Business ID for the Business. It can be used in future to refer the same business.
        PayerRefstringUnique identifier of the payer.
        BusinessNmstringName of the business.
        FirstNmstringFirst Name of the Individual.
        MiddleNmstringMiddle Name of the Individual.
        LastNmstringLast Name of the Individual.
        SuffixstringSuffix of the Individual.
        TradeNmstringOptional Name under which the business operates.
        IsEINBooleanWhen true, identifies the business with an EIN.
        EINorSSNstringReturns the Employer Identification Number of Business.
        EmailstringOptional Email address of the Business.
        ContactNmstringOptional Name of the person who can be contacted by the IRS.
        PhonestringOptional Phone number of the business.
        PhoneExtnstringOptional Extension of the business phone number.
        FaxstringOptional Fax number of the Business.
        BusinessTypestringOptional Type of business. Optional for w-2/1098 and mandatory for 94X series.
        SigningAuthorityobjectOptional Details of the person who is authorized to sign the return
            NamestringOptional Name of the signing authority.
            PhonestringOptional Phone number of the signing authority.
            BusinessMemberTypestringOptional Business title of the signing authority.
        KindOfEmployerstringOptional Identifies the kind of employer. Mandatory for W-2 and optional for 1098.
        KindOfPayerstringOptional Identifies the kind of payer. This field is mandatory in W-2 and optional in 1098.
        IsBusinessTerminatedBooleanWhen true, identifies the business as terminated.
        IsForeignBooleanWhen true, identifies the business address with a foreign address.
        USAddressobjectIf IsForeign is false, pass US address of the business
            Address1stringEmployer/Payer's US address (street address or post office box of that locality).
            Address2stringOptional Employer/Payer's suite or apartment.
            CitystringEmployer/Payer's city.
            StatestringEmployer/Payer's state code.
            ZipCdstringEmployer/Payer's zip code.
        ForeignAddressobjectIf IsForeign is true, pass foreign address of the business
            Address1stringEmployer/Payer's foreign address (street address or post office box of that locality).
            Address2stringOptional Employer/Payer's suite or apartment.
            CitystringEmployer/Payer's city.
            ProvinceOrStateNmstringEmployer/Payer's province or state name.
            CountrystringEmployer/Payer's country.
            PostalCdstringEmployer/Payer's postal code .
ReturnDataobject[]Contains information about the recipient details and Form 1098 details.
    RecordIdstringUnique identifier of a record. Not required when you are creating a return.
    SequenceIdstringAn 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.
    RecipientobjectObject to identify the recipient details.
        RecipientIdGuidAn 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.
        TINTypestringSpecify the TIN type of the recipient.
        TINstringNine-digit taxpayer identification number of the Recipient (SSN, ITIN, ATIN, or EIN).
        PayeeRefstringA unique identifier for each payee completing their information.
        FirstPayeeNmstringEnter the name of the recipient (preferably last name first for an Individual). If more space is required for the name, use the Second Payee Name Field.
        SecondPayeeNmstringOptional If there are multiple recipients (for example, partners, joint owners, or spouses), use this field for those names not associated with the TIN or if not enough space was provided in the First Payee Name, continue the name in this field.
        FirstNmstringFirst Name of the Individual.
        MiddleNmstringMiddle Name of the Individual.
        LastNmstringLast Name of the Individual.
        SuffixstringSuffix of the Individual.
        IsForeignBooleanWhen true, identifies the recipient address with a foreign address.
        USAddressobjectIf IsForeign is false, pass US address of the recipient
            Address1stringRecipient's US address (street address or post office box of that locality).
            Address2stringOptional Recipient's suite or apartment.
            CitystringRecipient's city.
            StatestringRecipient's state code.
            ZipCdstringRecipient's zip code.
        ForeignAddressobjectIf IsForeign is true, pass foreign address of the recipient
            Address1stringRecipient's foreign address (street address or post office box of that locality).
            Address2stringOptional Recipient's suite or apartment.
            CitystringRecipient's city.
            ProvinceOrStateNmstringRecipient's Province or State Name.
            CountrystringRecipient's country code.
            PostalCdstringRecipient's Postal Code.
        EmailstringOptional Recipient's email address.
        FaxstringOptional Recipient's Fax number.
        PhonestringOptional Recipient's Phone Number.
    Form1098DataobjectRecipient's Form 1098 information.
        B1IntRecnumberGets the Mortgage Interest Received from recipient .
        B2OutPrinnumberGets the Outstanding Mortgage Principal.
        B3OrgDatestringGets the Date of the origination of the mortgage
        B4RfdPdnumberOptional Gets the Total refund or credit of a prior year(s) overpayment of interest.
        B5MIPnumberOptionalGets the Total Mortgage Insurance Premiums paid by the recipient.
        B6PtsPdnumberOptionalGets the Points paid on the purchase of the recipient's principal residence.
        B7PropAddSameAsRecBooleanWhen true, identifies that the address of the property securing the mortgage is the same as the recipient's mailing address. When false, provide the address or Description of the Property Securing Mortgage in B8PropDescr.
        B8PropDescrobjectWhen true, identifies that the address of the property securing the mortgage is the same as the recipient's mailing address. When false, provide the address or Description of the Property Securing Mortgage in B8PropDescr.
            DescrstringDescription of the property securing the mortgage.
            IsForeignBooleanWhen true, identifies the business address with a foreign address.
            USAddressobjectIf IsForeign is false, pass US address of the business
                Address1stringUS address (street address or post office box of that locality).
                Address2stringOptionalMortgage property's suite or apartment.
                CitystringMortgage property's city.
                StatestringMortgage property's state code.
                ZipCdstringMortgage property's zip code.
            ForeignAddressobjectIf IsForeign is true, pass foreign address of the Mortgage property
                Address1stringMortgage property's foreign address (street address or post office box of that locality).
                Address2stringOptional Mortgage property's suite or apartment.
                CitystringMortgage property's city.
                ProvinceOrStateNmstringMortgage property's province or state name.
                CountrystringMortgage property's country.
                PostalCdstringMortgage property's postal code.
        B9NumOfPropnumberOptional Gets the Total number of properties secured by the particular mortgage.
        B10OtherstringOptional Gets any other item lender wish to report to the recipient, such as real estate taxes, insurance paid from escrow etc.
        B11AcqDatestringOptional Gets the date of acquisition.
        AccountNumstringGets the account number of lender having multiple accounts for a recipient for whom more than one Form 1098 is filed.
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.
Errorsobject[]Shows detailed error information
    IdstringReturns the validation error Id
    NamestringName of the validation error
    MessagestringDescription of the validation error

Response JSON

Success Response - This is a sample response for successful API requests.

{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"Form1098Records": [
{
"SubmissionManiFest": {
"SubmissionId": "c03feb88-d8a1-4080-8bc6-4e6adec1bba5",
"TaxYear": "2024",
"IRSFilingType":"IRIS",
"IsFederalFiling": true,
"IsPostal": true,
"IsOnlineAccess": true,
"IsScheduleFiling": false,
"ScheduleFiling": null
},
"ReturnHeader": {
"Business": {
"BusinessId": "8d177248-992e-4ca5-ba9e-1a5a8a93db56",
"PayerRef": "Snow123",
"BusinessNm": "Snowdaze LLC",
"FirstNm": "James",
"MiddleNm": null,
"LastNm": "Smith",
"Suffix": null,
"TradeNm": "Iceberg Icecreams",
"IsEIN": true,
"EINorSSN": "71-3787159",
"Email": "james@sample.com",
"ContactNm": null,
"Phone": "(663) 456-7890",
"PhoneExtn": "12345",
"Fax": "(663) 456-7890",
"BusinessType": "ESTE",
"SigningAuthority": null,
"KindOfEmployer": "FEDERALGOVT",
"KindOfPayer": "REGULAR941",
"IsBusinessTerminated": true,
"IsForeign": false,
"USAddress": {
"Address1": "3576 AIRPORT WAY",
"Address2": "UNIT 9",
"City": "FAIRBANKS",
"State": "AK",
"ZipCd": "99709"
},
"ForeignAddress": null,
"IsGovernmentalUnit": false
}
},
"ReturnData": [
{
"RecordId": "488b1c7e-d244-4d6a-8491-65ae2209a99f",
"SequenceId": "1",
"IsPostal": false,
"IsOnlineAccess": true,
"IsForced": true,
"Recipient": {
"RecipientId": "472079fb-2dcf-4228-8548-73656ddafc30",
"TINType": "SSN",
"TIN": "363-81-4579",
"PayeeRef": "Payee001",
"FirstPayeeNm": "Dairy Delights LLC",
"SecondPayeeNm": "Coco Milk",
"FirstNm": "Shawn",
"MiddleNm": null,
"LastNm": "Williams",
"Suffix": null,
"IsForeign": true,
"USAddress": null,
"ForeignAddress": {
"Address1": "120 Bremner Blvd",
"Address2": "Suite 800",
"City": "Toronto",
"ProvinceOrStateNm": "Ontario",
"Country": "CA",
"PostalCd": "4168682600"
},
"Email": "shawn@sample.com",
"Fax": "(683) 456-7890",
"Phone": "7634567890"
},
"Form1098Data": {
"B1IntRec": 10000,
"B2OutPrin": 75000,
"B3OrgDate": "03/04/2023",
"B4RfdPd": 700,
"B5MIP": 700,
"B6PtsPd": 2000,
"B7PropAddSameAsRec": false,
"B8PropDescr": {
"Descr": "Bremne",
"IsForeign": false,
"USAddress": {
"Address1": "120 Bremner Blvd",
"Address2": "Suite 800",
"City": "FAIRBANKS",
"State": "AK",
"ZipCd": "99709"
},
"ForeignAddress": null
},
"B9NumOfProp": 0,
"B10Other": "Residential tax paid for the recipient",
"B11AcqDate": null,
"AccountNum": "ABC001"
}
}
]
}
],
"Errors": null
}