TEN99_INT_DELETED

Receive a notification when a Form 1099-INT is deleted

Headers

Abound-SignaturestringRequired
An HMAC signature of the payload

Payload

The payload of this webhook request is an object.
event"TEN99_INT_DELETED"Required
idstringRequired
The id of the webhook attempt
resourceIdstringRequired
The id of the resource that triggered the webhook
resourceUrlstringRequired
The URL of the resource that triggered the webhook
timestampdatetimeRequired

The date and time in ISO 8601 format when the webhook attempt was triggered

webhookIdstringRequired
The id of the webhook event

Response

200
any
Return a 200 status to indicate that the data was received successfully.
Payload
1{
2 "event": "TEN99_INT_DELETED"
3}