Status
Status
This endpoint can be used to retrieve the filing and distribution status of transmitted Form 1099-LTC forms.
Webhooks Configuration
As an alternative to this method, you can configure webhooks for the following event types to receive automated notifications.
- E-file Status Change (Federal) – Triggered when the IRS accepts or rejects your Form 1099-LTC. Learn More
- E-file Status Change (State) – Triggered when the state agency accepts or rejects your Form 1099-LTC. Learn More
- Postal Mailing Sent – Triggered when the recipient copy of the Form 1099-LTC form has been mailed. Learn More
- Online Access Status Change - Triggered when the recipient copy of the Form 1099-LTC is shared online, when the recipient provides consent, or when they access the form. Learn More
Statuses available
The following are the different types of status codes available for the filing and distribution of Form 1099-LTC forms.
Federal filing
- CREATED - Form 1099-LTC has been created and has not yet been transmitted.
- TRANSMITTED - Form 1099-LTC has been transmitted by the user.
- SENT TO AGENCY - Form 1099-LTC has been sent to the IRS, and we are waiting for the result from the IRS.
- ACCEPTED - Form 1099-LTC has been accepted by the IRS.
- REJECTED - Form 1099-LTC has been rejected by the IRS due to some errors. You must correct the errors and retransmit the forms.
- ACCEPTEDWITHERRORS - The IRS has accepted the return with some validation errors, and a correction must be filed as soon as possible with the correct information.
- YET_TO_RETRANSMIT – Updates have been made to the rejected form, and it is pending retransmission to the IRS.
Postal mailing
- CREATED - Postal mailing enabled for Form 1099-LTC forms.
- SENT - Form 1099-LTC form copies are mailed to the recipients.
- RECEIVED - Form 1099-LTC copies are received by the recipients.
- NOTCREATED - Postal mailing wasn't opted. To opt for postal mailing, the 'IsPostalMailing' in the submission manifest of the 'Create' request must be set to TRUE.
Online Access
- CREATED - Online Access opted for Form 1099-LTC forms, and the secure link to download form copies will be emailed to the recipients as soon as the form is transmitted.
- ORDER_CREATED - An order for online access has been received, and the email will be sent to the recipient soon.
- EMAIL_SENT - A secure link to download form copies has been emailed to the recipients.
- DOWNLOADED_FORM - The recipient successfully viewed and downloaded the form.
- VIEWED_FORM - The recipient has successfully viewed the form.
GET Form1099LTC/Status Request Params
| Field | Type | Description |
|---|---|---|
| SubmissionId | Guid | Unique identifier of a submission |
| RecordIds | Guid[] | Number of record Ids to get status. |
Response Body
| Field | Type | Description |
|---|---|---|
| StatusCode | number | Returns the HTTP status codes like 200,300 etc. |
| StatusName | string | Name of the status code |
| StatusMessage | string | Detailed status message |
| SubmissionId | Guid | Unique identifier of a submission |
| BusinessId | Guid | Unique identifier of a Business. |
| PayerRef | string | Unique identifier of a Payer. |
| Form1099Type | string | Denotes the type of 1099 form. |
| Form1099Records | object | Pulls Form 1099-LTC records with Success and Error statuses |
| SuccessRecords | object[] | It will show the detailed information about the success status of Form 1099-LTC Records |
| 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 | An unique identifier generated by TaxBandits when a 1099-LTC return is created. |
| RecipientId | Guid | A unique identifier generated by TaxBandits for a Recipient when a 1099-LTC return is created. You can use this id for your future reference to Update. |
| PayeeRef | string | A unique identifier for each payee completing their information. |
| AccountNum | string | Account number of Payer having multiple accounts for a recipient for whom more than one Form 1099-LTC 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. |
| FederalReturn | object | Returns the record status and StatusTs of federal return. |
| Status | string | Returns the record status. |
| StatusTs | string | Returns date and time of return created. |
| Info | string | Returns information about the Federal Filing service. |
| Errors | object[] | Shows error information in state returns of Form 1099-LTC |
| Id | string | Returns the validation error Id. |
| Name | string | Name of the validation error. |
| Message | string | Description of the validation error. |
| Postal | object | Returns the status and StatusTs of postal mailing service for Form 1099-LTC. |
| Status | string | Returns the status of postal order. |
| StatusTs | string | Returns the date and time of the postal order created. |
| Info | string | Returns the information about Postal mailing service. |
| OnlineAccess | object | Returns the Email address for whom the online access to be given and Status of online access. |
| Status | string | Returns status of online access for Form 1099-LTC return. |
| string | Email address for whom the online access to be given. | |
| Info | string | Information about the online access service. |
| ScheduleFiling | object | Returns the date of the schedule filing. |
| ScheduledOn | string | Date of the schedule filing to know when the return to be filed to the IRS. |
| Info | string | Information about Schedule Filing service. |
| ErrorRecords | object[] | It will show the detailed information about the error status of Form 1099-LTC Records. |
| 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 a record |
| Errors | object[] | Shows detailed error information |
| Id | string | Returns the validation error Id |
| Name | string | Name of the validation error |
| Message | string | Description of the validation error |
| Errors | object[] | Shows detailed error information |
| Id | string | Returns the validation error Id |
| Name | string | Name of the validation error |
| Message | string | Description of the validation error |
Request Params
- Sample 1
- Sample 2
Get status with only the SubmissionID
"Form1099LTC/Status?SubmissionId=9d71ae45-df5f-49f7-86f8-e88f54132fa1&RecordIds=01132f6d-ef4a-4014-817e-94a5a19bd52b"
Get status with SubmissionID and 2 RecordIDs
"Form1099LTC/Status?SubmissionId=b8b7d0ad-51e2-424a-bc46-8425de87f7c7&RecordIds=b230f379-74fb-4c00-8d9e-948733ff5c12,def3591c-7c66-4d15-a8b1-c36f22e90150"
Response JSON
- 200
- 300
- 404
Success Response - This is a sample response for successful API requests.
{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"SubmissionId": "8f6a521b-afd7-473b-b4d9-838b21622de1",
"BusinessId": "23523b64-3365-43f8-ab80-d6848573e230",
"PayerRef": "Snow1234",
"Form1099Type": "LTC",
"Form1099Records": {
"SuccessRecords": [
{
"SequenceId": "1",
"RecordId": "d412363d-655a-44b3-bf4b-63cc461529b7",
"RecipientId": "83bca0b4-030e-492b-b068-cdfca5c1077e",
"PayeeRef": "Payee001",
"AccountNum":"20241520040564049666",
"FederalReturn": {
"Status": "CREATED",
"StatusTs": "2025-06-27 05:18:40 -04:00",
"Info": null,
"Errors": null
},
"Postal": null,
"OnlineAccess": {
"Status": "CREATED",
"Email": "shawn@sample.com",
"Info": null
},
"ScheduleFiling": {
"ScheduledOn": "01/25/2026",
"Info": "The return is scheduled on 01/25/2026"
}
},
{
"SequenceId": "2",
"RecordId": "681d103b-e396-4c02-bf62-a7470d60b2f4",
"RecipientId": "83bca0b4-030e-492b-b068-cdfca5c1077e",
"PayeeRef": "Payee002",
"AccountNum":"20241520040564049716",
"FederalReturn": {
"Status": "TRANSMITTED",
"StatusTs": "2025-06-27 05:26:19 -04:00",
"Info": null,
"Errors": null
},
"Postal": null,
"OnlineAccess": {
"Status": "EMAIL_SENT",
"Email": "shawn@sample.com",
"Info": null
},
"ScheduleFiling": {
"ScheduledOn": "01/25/2026",
"Info": "The return is scheduled on 01/25/2026"
}
},
{
"SequenceId": "3",
"RecordId": "b8979d78-465e-4cec-9fa6-7f7ec0b455d3",
"RecipientId": "83bca0b4-030e-492b-b068-cdfca5c1077e",
"PayeeRef": "Payee003",
"AccountNum":"20241520040565019666",
"FederalReturn": {
"Status": "SENT TO AGENCY",
"StatusTs": "2025-06-27 05:27:20 -04:00",
"Info": null,
"Errors": null
},
"Postal": null,
"OnlineAccess": {
"Status": "EMAIL_SENT",
"Email": "shawn@sample.com",
"Info": null
},
"ScheduleFiling": {
"ScheduledOn": "01/25/2026",
"Info": "The return is scheduled on 01/25/2026"
}
},
{
"SequenceId": "4",
"RecordId": "30219e6b-4123-483c-9708-0cfa5e4d2526",
"RecipientId": "83bca0b4-030e-492b-b068-cdfca5c1077e",
"PayeeRef": "Payee004",
"AccountNum":"20241520040564049146",
"FederalReturn": {
"Status": "ACCEPTED",
"StatusTs": "2025-06-27 05:27:32 -04:00",
"Info": null,
"Errors": null
},
"Postal": null,
"OnlineAccess": {
"Status": "EMAIL_SENT",
"Email": "shawn@sample.com",
"Info": null
},
"ScheduleFiling": {
"ScheduledOn": "01/25/2026",
"Info": "The return is scheduled on 01/25/2026"
}
},
{
"SequenceId": "5",
"RecordId": "31126d9a-84fc-4589-8187-3ea0f236582f",
"RecipientId": "83bca0b4-030e-492b-b068-cdfca5c1077e",
"PayeeRef": "Payee005",
"AccountNum":"20241520040142049666",
"FederalReturn": {
"Status": "REJECTED",
"StatusTs": "2025-06-27 05:27:31 -04:00",
"Info": null,
"Errors": [
{
"Id": "F98-FED-10001",
"Name": "Rejected Record",
"Message": "Sample Error Message"
}
]
},
"Postal": null,
"OnlineAccess": {
"Status": "EMAIL_SENT",
"Email": "shawn@sample.com",
"Info": null
},
"ScheduleFiling": {
"ScheduledOn": "01/25/2026",
"Info": "The return is scheduled on 01/25/2026"
}
}
],
"ErrorRecords": null
},
"Errors": null
}
Multi-status Response - You'll get the below response when multiple statuses are included.
{
"StatusCode": 300,
"StatusName": "MultiStatus",
"StatusMessage": "Multiple statuses are available for the request",
"SubmissionId": "8f6a521b-afd7-473b-b4d9-838b21622de1",
"BusinessId": "23523b64-3365-43f8-ab80-d6848573e230",
"PayerRef": "Snow1234",
"Form1099Type": "LTC",
"Form1099Records": {
"SuccessRecords": [
{
"SequenceId": "1",
"RecordId": "d412363d-655a-44b3-bf4b-63cc461529b7",
"RecipientId": "83bca0b4-030e-492b-b068-cdfca5c1077e",
"PayeeRef": "Payee021",
"AccountNum":"20241520040564041266",
"FederalReturn": {
"Status": "CREATED",
"StatusTs": "2025-06-27 05:18:40 -04:00",
"Info": null,
"Errors": null
},
"Postal": null,
"OnlineAccess": {
"Status": "CREATED",
"Email": "shawn@sample.com",
"Info": null
},
"ScheduleFiling": null
}
],
"ErrorRecords": [
{
"SequenceId": null,
"RecordId": "360564c7-2cac-46a9-81f2-2920eeb72840",
"Errors": [
{
"Id": "F00-100192",
"Name": "RecordId",
"Message": "Invalid RecordId"
}
]
}
]
},
"Errors": [
{
"Id": "F00-100155",
"Name": "Error Records",
"Message": "Some of the records are errored. Please read the Error Records for more details."
}
]
}
Not Found Response - You'll get the below response if your API request contains a record that's not found in our database.
{
"StatusCode": 404,
"StatusName": "NotFound",
"StatusMessage": "The resource you have specified cannot be found",
"SubmissionId": "8f6a521b-afd7-473b-b4d9-838b21622de1",
"BusinessId": null,
"PayerRef": null,
"Form1099Type": "LTC",
"Form1099Records": {
"SuccessRecords": null,
"ErrorRecords": [
{
"SequenceId": null,
"RecordId": "360564c7-2cac-46a9-81f2-2920eeb72840",
"Errors": [
{
"Id": "F00-100192",
"Name": "RecordId",
"Message": "Invalid RecordId"
}
]
}
]
},
"Errors": null
}