Webhook
You can configure webhooks for the event type ‘Form8453-EMP Status Change’ to receive automated status updates once your clients e-sign the 8453-EMP forms you’ve shared with them electronically.
Response Body
Field | Type | Description |
---|---|---|
RecordId | Guid | A Unique Record Identifier generated by TaxBandits when a 94X return is created. |
BusinessId | Guid | A unique identifier of a business |
PayerRef | string | A unique identifier of payer |
BusinessNm | string | Name of the Business |
TINType | string | TIN Type of the TaxPayer. |
TIN | string | Taxpayer Identification Number of the TaxPayer. |
FormType | string | Type of 94x Form for which 8453-EMP is requested |
RecordStatus | string | Status of 8453-EMP |
FileName | string | Completed Form 8453-EMP file name |
FilePath | string | Completed Form 8453-EMP file path |
Response JSON
- Response 1
- Response 2
- Response 3
When the client (taxpayer) has e-signed the 8453-EMP form.
{
"RecordId": "d3643ae5-a55a-40aa-ab78-3b2f9ca7b7bb",
"BusinessId": "60dd1f9c-540b-4051-b7cb-a4ddee9ed645",
"PayerRef": null,
"BusinessNm": "Honda Moto Corp LLC",
"TINType": "EIN",
"TIN": "XX-XXX0557",
"FormType": "Form941",
"RecordStatus": "Taxpayer Signed",
"StatusMessage": "Taxpayer has signed your 8453EMP form"
}
When both the client (taxpayer) and paid preparer have e-signed the 8453-EMP form.
{
"RecordId": "d3643ae5-a55a-40aa-ab78-3b2f9ca7b7bb",
"BusinessId": "60dd1f9c-540b-4051-b7cb-a4ddee9ed645",
"PayerRef": null,
"BusinessNm": "Honda Moto Corp LLC",
"TINType": "EIN",
"TIN": "XX-XXX0557",
"FormType": "Form941",
"RecordStatus": "Completed",
"StatusMessage": "Your 8453EMP form is completed",
"FilePath": "https://s3.amazonaws.com/taxbandits-dev-api/d3643ae5-a55a-40aa-ab78-3b2f9ca7b7bb.Pdf"
}
When the client (taxpayer) has declined the 8453-EMP e-sign request.
{
"RecordId": "0a148914-1125-4cf3-a48a-5ce8b750693e",
"BusinessId": "6fe30af8-2885-4780-aff6-eae1f7dd6176",
"PayerRef": null,
"BusinessNm": "Honda Moto Corp LLC",
"TINType": "EIN",
"TIN": "XX-XXX4036",
"FormType": "Form941",
"RecordStatus": "Declined",
"StatusMessage": "Wages, tips, and other compensation need to be changed"
}