WhCertificate Status Change
This webhook can be configured to receive real-time notifications about the status of W-9/W-8 requests initiated from TaxBandits API. Applicable to WhCertificate Status Change endpoint.
-
If you have opted for TIN Matching along with the W-9 request, the webhook response will also include the TIN Matching status.
-
By default, the webhook response will include the recipient's TIN. If you prefer not to include the TIN, you can adjust this preference in the console. See how
-
If you've used FormW9 endpoint, please configure the webhook event type 'Form W-9 Status Change'.
Steps to configure
-
Log in to Developer Console
Navigate to 'Settings' → 'Webhook Notifications'. -
Add a webhook
Click 'Add Webhook' and select the event type 'WhCertificate Status Change'.

-
Provide a callback URL
Enter a valid HTTPS callback URL (maximum 500 characters). You can add upto 5 callback URLs in the TaxBandits Developer Console. Ensure that your callback URL follows these best practices.- The API validates this URL by sending a sample JSON payload.
- The webhook will be activated only after your endpoint responds with an HTTP 200 status code.
Instructions when using multiple callback URLs-
When you save a webhook in TaxBandits, a unique Webhook Reference (GUID) is generated for each callback URL you register.
-
Store these Webhook References on your end. When making API requests (for example, WhCertificate/RequestByUrl), you can specify the preferred callback URL by including the corresponding WebhookRef in the request JSON.
-
The WebhookRef node is optional. If provided, webhook notifications for that request will be sent to the callback URL associated with the specified Webhook Reference.
-
If WebhookRef is not specified, webhook notifications will be sent to your default callback URL (typically Callback URL 1).
-
Configure a notification email
Provide a notification email address. TaxBandits will use this email to alert you if webhook delivery attempts fail.
Statuses available
Following are the different types of status that you will receive.
For W-9 without TIN Matching
- COMPLETED - The recipient has completed and signed the Form W-9.
For W8-BEN
- COMPLETED - The recipient has completed and signed the Form W8-BEN.
For W8-BEN-E
- COMPLETED - The recipient has completed and signed the Form W8-BEN-E.