Skip to main content
Version: 1.7.3

Status

Once you have shared the 8453-EMP electronically with your client, you can use this endpoint to retrieve the signature status.

GET Form8453EMP/Status 
Run in Postman

Request Params

FieldTypeDescription
RecordIdGuidA Unique Record Identifier generated by TaxBandits when a 94X return is created

Request Params

When the 8453-EMP form is pending the client’s (taxpayer) signature.

"Form8453EMP/Status?RecordId=babf0c22-f13b-4d2a-ae6e-8022f4def4a2"

Response Body

FieldTypeDescription
RecordIdGuidA Unique Record Identifier generated by TaxBandits when a 94X return is created
RecordStatusstringStatus of Form 8453-EMP
StatusMessagestringShows Detailed Status message of Form 8453-EMP
Errorsobject[]Shows detailed error information
    IdstringError ID number. This ID is assigned by TaxBandits and it is unique for each error.
    NamestringName of the errored node.
    MessagestringShows the error message.

Response JSON

{
"RecordId": "babf0c22-f13b-4d2a-ae6e-8022f4def4a2",
"RecordStatus": "Not Signed",
"StatusMessage": "The tax-payer has not signed yet",
"Errors": null
}