Notification kinds
The notification kind, returned by calling kind
on the notification object, reveals what triggered the webhook. The webhookNotification.Kind
for Dispute webhooks will be one of the following:
WebhookKind.DISPUTE_OPENED
WebhookKind.DISPUTE_LOST
WebhookKind.DISPUTE_WON
WebhookKind.DISPUTE_ACCEPTED
WebhookKind.DISPUTE_EXPIRED
WebhookKind.DISPUTE_DISPUTED
The following table describes the conditions that trigger each kind of webhook.
Notification Type | Description |
---|---|
dispute_opened |
A dispute is opened. |
dispute_won |
A dispute is won. |
dispute_lost |
A dispute is lost. |
dispute_accepted |
A dispute is accepted. |
dispute_expired |
A dispute is expired. |
dispute_disputed |
A dispute is disputed. |
Attributes