Status
This method will return the current status of Form 1099 for a particular submission or for a particular recipient.
Federal Return Statuses:
- Created: Form 1099 has been created and not yet transmitted by the user.
- Transmitted: Form 1099 has been transmitted by the user.
- Order Received: Form 1099 order is received and waiting in our efile queue.
- Under Process: Our efile system is processing the Form 1099 which will be sent to the IRS soon.
- Sent to Agency: Form 1099 has been sent to the SSA and we are waiting for the result from IRS.
- Accepted: Form 1099 is accepted by the IRS.
- Rejected: Form 1099 is rejected by the IRS due to some errors. Please correct the errors and retransmit them.
State Return Statuses:
- Not Created: State filing is not opted for the return. IsStateFiling in the submission manifest must be set as TRUE to enable state filing.
- Created: Form 1099 state return has been created and not yet transmitted by the user.
- Transmitted: Form 1099 state return has been transmitted by the user.
- Order Received: State order is received and waiting in our efile queue.
- Under Process: Our efile system is processing the Form 1099 for the state which will be sent to the state DOR soon.
- Sent to Agency: Form 1099 State return has been sent to the DOR and we are waiting for the result.
- Accepted: Form 1099 state return is accepted by the DOR.
- Rejected: Form 1099 state return is rejected by the DOR due to some errors. Please correct the errors and retransmit them.
Postal Mailing Statuses:
- Not Created: Postal Mailing is not opted for the return. IsPostalMailing in the submission manifest must be set as TRUE to enable postal mailing. Postal Mailing cannot be created for recipients with Foreign addresses.
- Created: Postal Mailing service is opted for the return and it will be sent as soon as the form is transmitted.
- Order Received: Postal Mailing order has been received and the mails will be sent out soon.
- Order Sent: Postal Mailing order has been sent and the recipient will receive the copy soon.
Online Access Statuses:
- Not Created: Online Access service is not opted for the return. IsOnlineAccess in the submission manifest must be set as TRUE to enable Online Access. Email Address is required to create Online Access.
- Created: Online Access service is opted for the return and the email with a secure link to download their forms will be sent to the recipients as soon as the form is transmitted.
- Order Received: Online Access order has been received and the email will be sent to the recipient soon.
- Email Sent: Online Access email with a secure link to download the form has been sent to the recipient and the recipient is yet to view the form.
- Viewed Form: Recipient has successfully viewed the form.
- Downloaded Form: Recipient has successfully viewed and downloaded the form.
GET Form1099OID/Status
Request Params
Field | Type | Description |
---|---|---|
SubmissionId | Guid | Unique identifier of a submission |
RecordIds | Guid[] | Number of record Ids to get status. |
Request Params
- Sample 1
- Sample 2
Get status with only the SubmissionID
Form1099OID/Status?SubmissionId=a1fd86fb-e404-442d-ae37-c5f6d1a1cc14&RecordIds=2d9309cd-5b5b-42bf-b68a-c237c9b2c67e
Get status with SubmissionID and 2 RecordIDs
Form1099OID/Status?SubmissionId=b8b7d0ad-51e2-424a-bc46-8425de87f7c7&RecordIds=b230f379-74fb-4c00-8d9e-948733ff5c12,def3591c-7c66-4d15-a8b1-c36f22e90150
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 the payer. |
Form1099Type | string | Denotes the type of 1099 form. |
Form1099Records | object | Pulls Form 1099-OID records with Success and Error statuses |
SuccessRecords | object[] | It will show detailed information about the success status of Form 1099-OID 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 | A unique identifier generated by TaxBandits when a 1099-OID return is created. |
RecipientId | Guid | A unique identifier generated by TaxBandits for a Recipient when a 1099-OID return is created. You can use this id for your future reference to Update. |
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. |
StateReturns | object[] | Returns collection of state returns information |
StateCd | string | Returns the state code of the state for which the return is filed. |
Status | string | Returns the record status of the state return. |
StatusTs | string | Date and time of the return created. |
Info | string | Returns the information about the state for which we are not supporting state filing. |
Errors | object[] | Shows error information in state returns of Form 1099-OID |
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-OID . |
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-OID 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-OID 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 |
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": "a1fd86fb-e404-442d-ae37-c5f6d1a1cc14",
"BusinessId": "e097c642-f1cf-48b0-88fc-01c1197647c3",
"PayerRef": "Snow123",
"Form1099Type": "OID",
"Form1099Records": {
"SuccessRecords": [
{
"SequenceId": "1",
"RecordId": "2d9309cd-5b5b-42bf-b68a-c237c9b2c67e",
"RecipientId": "1325f550-cc2b-484a-8173-83ffb805e6cf",
"FederalReturn": {
"Status": "TRANSMITTED",
"StatusTs": "2024-06-05 06:54:28 -04:00",
"Info": null,
"Errors": null
},
"StateReturns": [
{
"StateCd": "WV",
"Status": "State Filing Order Received",
"StatusTs": "2024-06-05 06:54:34 -04:00",
"Info": null,
"Errors": null
}
],
"Postal": {
"Status": "CREATED",
"StatusTs": "2024-06-05 06:54:28 -04:00",
"Info": null
},
"OnlineAccess": {
"Status": "EMAIL_SENT",
"Email": "shawn@sample.com",
"Info": null
},
"ScheduleFiling": {
"ScheduledOn": null,
"Info": "This service will be available soon"
}
},
{
"SequenceId": "2",
"RecordId": "bd312551-60fe-4775-a8e3-a48acc96899b",
"RecipientId": "1325f550-cc2b-484a-8173-83ffb805e6cf",
"FederalReturn": {
"Status": "SENT TO AGENCY",
"StatusTs": "2024-06-05 06:55:08 -04:00",
"Info": null,
"Errors": null
},
"StateReturns": [
{
"StateCd": "WV",
"Status": "State Filing Order Received",
"StatusTs": "2024-06-05 06:54:34 -04:00",
"Info": null,
"Errors": null
}
],
"Postal": {
"Status": "CREATED",
"StatusTs": "2024-06-05 06:56:04 -04:00",
"Info": null
},
"OnlineAccess": {
"Status": "EMAIL_SENT",
"Email": "shawn@sample.com",
"Info": null
},
"ScheduleFiling": {
"ScheduledOn": null,
"Info": "This service will be available soon"
}
},
{
"SequenceId": "3",
"RecordId": "a051a093-2d40-4bdd-80a7-c102b489da38",
"RecipientId": "1325f550-cc2b-484a-8173-83ffb805e6cf",
"FederalReturn": {
"Status": "ACCEPTED",
"StatusTs": "2024-06-05 06:55:16 -04:00",
"Info": null,
"Errors": null
},
"StateReturns": [
{
"StateCd": "WV",
"Status": "State Filing Order Received",
"StatusTs": "2024-06-05 06:54:34 -04:00",
"Info": null,
"Errors": null
}
],
"Postal": {
"Status": "CREATED",
"StatusTs": "2024-06-05 06:56:13 -04:00",
"Info": null
},
"OnlineAccess": {
"Status": "EMAIL_SENT",
"Email": "shawn@sample.com",
"Info": null
},
"ScheduleFiling": {
"ScheduledOn": null,
"Info": "This service will be available soon"
}
},
{
"SequenceId": "4",
"RecordId": "124355cd-b7ed-4103-8214-1b7f78980f74",
"RecipientId": "1325f550-cc2b-484a-8173-83ffb805e6cf",
"FederalReturn": {
"Status": "REJECTED",
"StatusTs": "2024-06-05 06:55:16 -04:00",
"Info": null,
"Errors": [
{
"Id": "F68-FED-10001",
"Name": "Rejected Record",
"Message": "Sample Error Message"
}
]
},
"StateReturns": [
{
"StateCd": "WV",
"Status": "State Filing Order Received",
"StatusTs": "2024-06-05 06:54:34 -04:00",
"Info": null,
"Errors": null
}
],
"Postal": {
"Status": "CREATED",
"StatusTs": "2024-06-05 06:56:13 -04:00",
"Info": null
},
"OnlineAccess": {
"Status": "EMAIL_SENT",
"Email": "shawn@sample.com",
"Info": null
},
"ScheduleFiling": {
"ScheduledOn": null,
"Info": "This service will be available soon"
}
}
],
"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": "14a3063a-7ed1-44d6-86f9-0c6f478b9412",
"BusinessId": "93265b4e-b329-44e2-81c2-b81ff008527a",
"PayerRef": null,
"Form1099Type": "OID",
"Form1099Records": {
"SuccessRecords": [
{
"SequenceId": "1",
"RecordId": "e1c6ea37-6388-49ff-baf7-ebe763f69163",
"RecipientId": "c3bf39ce-e01d-4e20-84b9-b9aa586f2cd3",
"FederalReturn": {
"Status": "ACCEPTED",
"StatusTs": "2024-05-31 08:32:19 -04:00",
"Info": null,
"Errors": null
},
"StateReturns": [
{
"StateCd": "WV",
"Status": "State Filing Order Received",
"StatusTs": "2024-05-31 08:32:05 -04:00",
"Info": null,
"Errors": null
}
],
"Postal": {
"Status": "NOTCREATED",
"StatusTs": null,
"Info": "Postal Alert cannot be opted for the return, when the recipient (or) business has foreign address"
},
"OnlineAccess": null,
"ScheduleFiling": {
"ScheduledOn": null,
"Info": "This service will be available soon"
}
}
],
"ErrorRecords": [
{
"SequenceId": null,
"RecordId": "9f098c31-a669-439c-b3f3-ca952b1219c1",
"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": "efd7e46c-02ab-444b-acc9-4337d13c6259",
"BusinessId": null,
"PayerRef": null,
"Form1099Type": "OID",
"Form1099Records": null,
"Errors": [
{
"Id": "F00-100146",
"Name": "Submission Id",
"Message": "Submission Id is invalid"
}
]
}