Skip to main content
Version: 2.0

Get

Get

This endpoint retrieves the complete details of a specific business — including name, TIN information, address, contact details, and any form-specific fields. Use this to verify business data or retrieve details for display in your application.

Identify the business using its BusinessId, PayerRef, or TIN. You can also filter by DBA using DBAId or DBARef.

You can provide any one of the following identifier combinations to retrieve the payer details:

  • BusinessId only
  • PayerRef only
  • TINType with TIN
  • TINType with Encrypted TIN
  • TINType with TIN Token
  • TINType with the last 4 digits of the TIN
GET business/get 

Request Body

FieldTypeDescription
BusinessIdGUIDUnique identifier of the business. Required if PayerRef is not provided
PayerRefStringOptional Your unique identifier for the business. Required if BusinessId is not provided.
TINTypeStringThe TIN type of the business.
Allowed values

"EIN", "SSN", "QI-EIN", "ITIN", "WP-EIN", "WT-EIN", "NQI-EIN", "IRSN"

TINStringTaxpayer Identification Number of the business.
Last4DigitStringLast 4 digits of the Taxpayer Identification Number of the business.
DBAIdGUIDTaxBandits-generated unique identifier of the DBA.
DBARefstringYour unique identifier for a specific DBA to retrieve.

Response Body

FieldTypeDescription
BusinessObjectArray of matching business records.
SequenceIdStringA unique reference ID for the submission that can be used to identify a particular record.
PayerRefStringYour unique identifier for the payer.
IsDefaultBusinessBooleanIdentifies whether this is the default business.
TINDetailsObjectTIN details of the business.
FormatStringTIN format used for this business.
TINTypeStringTIN type of the business.
TINStringTaxpayer identification number of the business.
IndividualNmObjectIf the TINType is SSN
FirstNmStringFirst name of the individual.
MiddleNmStringMiddle name of the individual.
LastNmStringLast name of the individual.
SuffixStringSuffix of the individual's name
BusinessNmStringName of the business.
NameCtrlStringName control of the business.
DBADetailsObjectDBA details of the business.
DBANmStringName of the DBA.
DBARefStringYour unique identifier for the DBA.
DBAIdGUIDTaxBandits-generated unique identifier of the DBA.
AddressObjectAddress details of the DBA
Address1StringStreet address or PO Box of the DBA.
Address2StringSuite or apartment of the DBA.
CityStringCity of the DBA.
ProvinceOrStateStringProvince or state name of the DBA.
ZipCdStringZIP code of the DBA.
CountryStringCountry code of the DBA.
AddressobjectAddress of the business
Address1StringStreet address or PO Box of the business.
Address2StringSuite or apartment of the business.
CityStringCity of the business.
ProvinceOrStateStringProvince or state name of the business.
ZipCdStringZIP code of the business.
CountryStringCountry code of the business.
ContactDetailsObjectDetails 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.
W2SpecificObjectInformation specific to W-2 filings. Optional for 1099 and 94X.
KindOfEmployerStringIdentifies the kind of employer.
KindOfPayerStringIdentifies the kind of payer.
Form1042SSpecificObjectInformation specific to 1042-S filings
WHAgtCh3CdStringChapter 3 status code of the Withholding Agent.
WHAgtCh4CdStringChapter 4 status code of the Withholding Agent
WHAgtGIINStringWithholding agent's Global Intermediary Identification Number (GIIN).
FTINStringForeign Tax Identification Number of the withholding agent.
CountryStringWithholding agent's country code.
ACASpecificobjectOptional Information specific to ACA filings
IsIssuerBooleanConfirms if the business is an insurer
IsGovernmentUnitBooleanConfirms if the business is a disregarded governmental entity
Form480SpecificobjectOptional Information specific to 480 filings
TaxPayerTypeStringType of taxpayer
BusinessTypeStringLegal structure of the business. Mandatory for 94X, optional for W-2 and 1099.
SigningAuthorityObjectDetails of the person authorized to sign the return. Mandatory for 94X series.
FirstNmStringFirst name of the signatory.
MiddleNmStringMiddle name of the signatory.
LastNmStringLast name of the signatory.
SuffixStringThe suffix of the signatory.
PhoneStringPhone number of the signatory.
PhoneExtnStringPhone extension number of the signatory.
BusinessMemberTypeStringTitle or role of the signatory.
Errorsobject[]Shows detailed error information
IdstringReturns the validation error ID
NamestringName of the validation error
MessagestringDescription of the validation error
Request Json
SampleDescriptionAction
Sample 1
Get a business using business, payer, TIN type, TIN, and hashed TIN identifiers.
Sample 1
business/get?businessId=eb110a4f-21ed-421d-be74-c20fe16c86ef&PayerRef=Pe71690&TINType=EIN&TIN=12-0544484
Response Json
SampleDescriptionAction
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.
{
"Business": {
"BusinessId": "eb110a4f-21ed-421d-be74-c20fe16c86ef",
"PayerRef": "Pe77162",
"IsDefaultBusiness": false,
"IsActive": true,
"TINDetails": {
"Format": "PLAIN_TIN",
"TINType": "EIN",
"TIN": "XX-XXX4484"
},
"IndividualNm": null,
"BusinessNm": "O'Reilly Group",
"NameCtrl": "SNOW",
"DBADetails": [
{
"DBANm": "Iceberg Icecreams",
"DBARef": "DBA1001",
"DBAId": "ce1f01ce-e680-4768-abd0-7bcd75185430",
"Address": {
"Address1": "123 Main St",
"Address2": "Suite 1001",
"City": "Rock Hill",
"ProvinceOrState": "AL",
"ZipCd": "35008",
"Country": "US"
}
}
],
"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": "(803) 555-1234",
"PhoneExtn": "101",
"Email": "james@sample.com",
"Fax": "(803) 555-5678"
},
"W2Specific": {
"KindOfEmployer": "STATEORLOCAL501C",
"KindOfPayer": "REGULAR941"
},
"Form1042SSpecific": {
"WHAgtCh3Cd": "32",
"WHAgtCh4Cd": "49",
"WHAgtGIIN": "234324.42344.LE.372",
"FTIN": "74FT736839",
"Country": "AL"
},
"ACASpecific": {
"IsInsurer": false,
"IsGovernmentalUnit": true
},
"Form480Specific": {
"TaxPayerType": "CORPORATION"
},
"BusinessType": "ESTE",
"SigningAuthority": {
"FirstNm": "James",
"MiddleNm": "A",
"LastNm": "Anderson",
"Suffix": "Jr",
"Phone": "(803) 555-1234",
"PhoneExtn": "102",
"BusinessMemberType": "ADMINISTRATOR"
}
},
"Errors": null
}