Status
Status
This endpoint can be used to retrieve the filing and distribution status of transmitted Form W2G forms.
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 W2G. Learn More
- E-file Status Change (State) – Triggered when the state agency accepts or rejects your Form W2G. Learn More
- Postal Mailing Sent – Triggered when the recipient copy of the Form W2G form has been mailed. Learn More
- Online Access Status Change - Triggered when the recipient copy of the Form W2G 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 W2G forms.
Federal filing
- CREATED - Form W2G has been created and has not yet been transmitted.
- TRANSMITTED - Form W2G has been transmitted by the user.
- SENT TO AGENCY - Form W2G has been sent to the IRS, and we are waiting for the result from the IRS.
- ACCEPTED - Form W2G has been accepted by the IRS.
- REJECTED - Form W2G 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.
State filing
- CREATED - Form W2G (State) has been created and has not yet been transmitted
- NOTCREATED - Form W2G (State) has not been created since state filing hasn’t been opted.
- TRANSMITTED - Form W2G (State) has been transmitted by the user.
- SentToAgency - Form W2G (State) has been sent to the state DOR, and awaiting result.
- ACCEPTED - Form W2G is accepted by the state DOR.
- REJECTED - Form W2G is rejected by the state DOR.
- 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 W2G forms.
- SENT - Form W2G form copies are mailed to the recipients.
- RECEIVED - Form W2G 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 W2G 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 FormW2G/Status Request Params
| Field | Type | Description |
|---|---|---|
| SubmissionId | Guid | Unique identifier of a submission |
| RecordIds | Guid[] | List of record Ids to get the status of Form W2-G. |
Response Body
| Field | Type | Description |
|---|---|---|
| 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 W-2G records with Success and Error statuses |
| SuccessRecords | object[] | It will show the detailed information about the success status of Form W-2G Records |
| SequenceId | string | An 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 W-2G return is created. |
| RecipientId | Guid | An unique identifier generated by TaxBandits for a Recipient when a W-2G 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. |
| 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. |
| Postal | object | Returns the status and StatusTs of postal mailing service for Form W-2G. |
| 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 W-2G 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 W-2G Records. |
| SequenceId | string | An 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
"Formw2G/Status?SubmissionId=1abc3bc8-a3dc-499e-9e28-f25c0c458f32"
Get status with SubmissionID and 2 RecordIDs
"Formw2G/Status?SubmissionId=1abc3bc8-a3dc-499e-9e28-f25c0c458f32&RecordIds=6dbc5de2-1a19-4143-9a2e-1709a5610342"
Response JSON
- 200
- 300
- 400
- 404
- 401
Success Response - This is a sample response for successful API requests.
{
"StatusCode": 200,
"StatusName": "Ok",
"StatusMessage": "Successful API call",
"SubmissionId": "0562f158-def1-45cb-973e-c3109605375f",
"BusinessId": "64f0b21e-c062-4721-ade2-f9194ed3a862",
"PayerRef": "Pe1234",
"Form1099Type": "W2G",
"Form1099Records": {
"SuccessRecords": [
{
"SequenceId": "1",
"RecordId": "8da3046e-3270-491e-ae2d-674ad277fec4",
"RecipientId": "30f876b8-80d8-4db3-9330-8e1c0109f127",
"PayeeRef": null,
"FederalReturn": {
"Status": "CREATED",
"StatusTs": "2025-10-23 08:39:03 -04:00",
"Info": null,
"Errors": null
},
"StateReturns": {
"StateCd": "CA",
"Status": "CREATED",
"StatusTs": "2025-10-23 08:39:03 -04:00",
"Info": null,
"Errors": null
},
"Postal": {
"Status": "CREATED",
"StatusTs": "2025-10-23 08:39:03 -04:00",
"Info": null
},
"OnlineAccess": {
"Status": "CREATED",
"Email": "mark+32@sample.com",
"Info": null
},
"ScheduleFiling": null
}
],
"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": "1abc3bc8-a3dc-499e-9e28-f25c0c458f32",
"BusinessId": "b161f84d-d38e-4d37-a2a4-ec952f8462cb",
"PayerRef": "Pe1234",
"Form1099Type": "W2G",
"Form1099Records": {
"SuccessRecords": [
{
"SequenceId": "1",
"RecordId": "6dbc5de2-1a19-4143-9a2e-1709a5610342",
"RecipientId": "ff406310-e6bd-4538-b1cc-0354bb5c1756",
"FederalReturn": {
"Status": "CREATED",
"StatusTs": "2024-07-02 01:18:04 -04:00",
"Info": null,
"Errors": null
},
"StateReturns": {
"StateCd": "CA",
"Status": "NOTCREATED",
"StatusTs": null,
"Info": "Taxbandits Currently does not support StateFiling for the Form W2G",
"Errors": null
},
"Postal": {
"Status": "CREATED",
"StatusTs": "2024-07-02 01:18:04 -04:00",
"Info": null
},
"OnlineAccess": {
"Status": "CREATED",
"Email": "mark+32@sample.com",
"Info": null
},
"ScheduleFiling": null
}
],
"ErrorRecords": [
{
"SequenceId": null,
"RecordId": "1abc3bc8-a3dc-499e-9e28-f25c0c458f32",
"Errors": [
{
"Id": "F00-100192",
"Name": "RecordId",
"Message": "Invalid RecordId"
}
]
}
]
},
"Errors": [
{
"Id": "ERR-RECS-001",
"Name": "Error Records",
"Message": "Some of the records are errored. Please read the Error Records for more details"
}
]
}
Bad Request Response - You'll get the below response when your API requests contain any validation errors.
{
"StatusCode": 400,
"StatusName": "BadRequest",
"StatusMessage": "Validation error has occurred",
"SubmissionId": null,
"BusinessId": null,
"PayerRef": null,
"Form1099Type": "W2G",
"Form1099Records": null,
"Errors": [
{
"Id": "F68-100024",
"Name": "SubmissionId",
"Message": "SubmissionId is required"
}
]
}
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": "6dbc5de2-1a19-4143-9a2e-1709a5610342",
"BusinessId": null,
"PayerRef": null,
"Form1099Type": "W2G",
"Form1099Records": null,
"Errors": [
{
"Id": "F68-100029",
"Name": "SubmissionId",
"Message": "SubmissionId is invalid"
}
]
}
Unauthorized Response - You'll get the below response when your API requests don't contain valid authentication credentials.
{
"StatusCode": 401,
"StatusName": "Unauthorized",
"StatusMessage": "Invalid authorization credentials",
"Errors": [
{
"Id": "AUTH-100018",
"Name": "Authorization",
"Message": "JWT EXPIRED"
}
]
}