Skip to main content
Version: 1.7.3

List

List

Lists all Form 1099-DA returns created and transmitted on the account for a particular Submission or Payer. Form 1099-DA returns will be listed based on the filters sent in the Request.

GET Form1099DA/List 

Request Params

FieldTypeDescription
SubmissionIdGuidUnique identifier of a submission
BusinessIdGuidUnique identifier of a business
TINTypestringList the 1099-DA records based on the given TINType and TIN.
TINstringList the 1099-DA records based on the given TIN.
TaxYearstringList the 1099-DA records based on the given taxyear.
Allowed values

"2023","2024","2025"

PagenumberPulls the records listed in the page selected
PageSizenumberNumber of 1099-DA records to be listed in each page.
Note: PageSize can be maximum of 100.
EfileStatusstringList the 1099-DA records based on the status ("CREATED, UNDERPROCESS, SENTTOAGENCY, TRANSMITTED, ACCEPTED, REJECTED")
FromDatestringEnter a date from which the Form 1099-DA records need to be listed in MM/DD/YYYY format.
ToDatestringEnter a date till which the 1099-DA records created are to be listed in MM/DD/YYYY format.

Response Body

FieldTypeDescription
StatusCodenumberReturns the HTTP status codes like 200,300 etc.
StatusNamestringName of the status code
StatusMessagestringDetailed status message
Form1099TypestringDenotes the type of 1099 form.
Form1099Recordsobject[]Returns detailed information of the Form 1099-DA records.
SubmissionIdGuidUnique identifier of a submission
BusinessIdGuidUnique identifier of a Business.
PayerRefstringUnique identifier of a Payer.
BusinessNmstringName of the business
FirstNmstringFirst Name of the Individual
MiddleNmstringMiddle Name of the Individual
LastNmstringLast Name of the Individual
SuffixstringSuffix of the Individual
IsEINBooleanWhen true, identifies the business with an EIN.
EINorSSNstringEmployer Identification Number or Social Security Number.
ContactNamestringName of the person who can be contacted by the IRS.
TaxYearstringTax Year of Form 1099 DA to be filed.
Allowed values

 "2025.

RecipientobjectReturns the recipient details.
SequenceIdstringAn unique reference ID for the submission that can be used to identify aparticular record. The Sequence ID will be returned in the Response foryour reference.
RecordIdGuidAn unique identifier generated by TaxBandits when a 1099-DA return iscreated.
RecipientIdGuidAn unique identifier generated by TaxBandits for a Recipient when a 1099-DA return is created. You can use this id for your future reference to Update.
RecipientNmStringName of Recipient.
FirstNmstringFirst Name of the Individual
MiddleNmstringMiddle Name of the Individual
LastNmstringLast Name of the Individual
SuffixstringSuffix of the Individual
TINTypeStringTIN type of the Recipient.
TINstringTIN of the Recipient.
PayeeRefstringA unique identifier for each payee completing their information.
AccountNumstringAccount number of Payer having multiple accounts for a recipient for whom more than one Form 1099-DA 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.
FederalReturnobjectReturns the record status and StatusTs of federal return.
StatusstringReturns the record status.
StatusTsstringReturns date and time of return created.
InfostringReturns information about the Federal Filing service.
Errorsobject[]Shows detailed error information
IdstringReturns the validation error Id
NamestringName of the validation error
MessagestringDescription of the validation error
StateReturnsobject[]Returns collection of state returns information
StateCdstringReturns the state code of the state for which the return is filed.
StatusstringReturns the record status of the state return.
StatusTsstringDate and time of the return created.
InfostringReturns the information about the state for which we are not supportingstate filing.
Errorsobject[]Shows error information of state returns
IdstringReturns the validation error Id.
NamestringName of the validation error.
MessagestringDescription of the validation error.
PostalobjectReturns the status and StatusTs of postal mailing service.
StatusstringReturns the status of postal order.
StatusTsstringReturns the date and time of the postal order created.
InfostringReturns the information about the Postal mailing service.
OnlineAccessobjectReturns the Email address for whom the online access to be given and Status of online access.
StatusstringReturns the Status of the Online Access.
EmailstringEmail address for whom the online access to be given.
InfostringInformation about the online access service.
ScheduleFilingobjectReturns the date of the schedule filing.
ScheduledOnstringDate of the schedule filing to know when the return will be filed to the IRS.
InfostringInformation about Schedule Filing service.
TotalRecordsnumberTotal number of records listed in the response.
TotalPagesnumberTotal number of pages
PagenumberReturns the page number in which the records are listed
PageSizenumberNumber of records listed in each page.
Errorsobject[]Shows detailed error information
IdstringReturns the validation error Id
NamestringName of the validation error
MessagestringDescription of the validation error

Request Params

"Form1099DA/list?BusinessId=b1c21945-26b0-4dda-af2c-8288344e207e"

Response JSON

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

{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"Form1099Type": "DA",
"Form1099Records": [
{
"SubmissionId": "59a736e5-1ded-4859-8fbb-0a9a592051a5",
"BusinessId": "b1c21945-26b0-4dda-af2c-8288344e207e",
"PayerRef": "Snow123",
"BusinessNm": "Snowdaze LLC",
"FirstNm": null,
"MiddleNm": null,
"LastNm": null,
"Suffix": null,
"IsEIN": true,
"EINorSSN": "62-7369245",
"ContactNm": "Chandler White",
"TaxYear": "2024",
"Recipient": {
"SequenceId": "1",
"RecordId": "7e2b2902-fc16-4dce-bdfd-747617b35c77",
"RecipientId": "92f8d733-bbb4-442a-87b7-bb18ef3ab877",
"RecipientNm": "Smith Henry",
"FirstNm": null,
"MiddleNm": null,
"LastNm": null,
"Suffix": null,
"TINType": "SSN",
"TIN": "393-81-7572",
"PayeeRef": "Payee001",
"AccountNum":"20241520040564049666",
"FederalReturn": {
"Status": "CREATED",
"StatusTs": "2024-03-26 03:27:07 -04:00",
"Info": null,
"Errors": null
},
"StateReturns": null,
"Postal": {
"Status": "CREATED",
"StatusTs": "2024-03-26 03:27:07 -04:00",
"Info": null
},
"OnlineAccess": {
"Status": "CREATED",
"Email": "smith@sample.com",
"Info": null
},
"ScheduleFiling": {
"ScheduledOn": "01/25/2025",
"Info": "The return is scheduled on 01/25/2025"
}
}
}
],
"Page": 1,
"TotalRecords": 1,
"TotalPages": 1,
"PageSize": 100,
"Errors": null
}