Dispute
Notification kinds
The notification kind, returned by calling kind on the notification object, reveals what triggered the webhook. The webhook_notification.kind for Dispute webhooks will be one of the following:
braintree.WebhookNotification.Kind.DISPUTEACCEPTEDbraintree.WebhookNotification.Kind.DISPUTEAUTOACCEPTEDbraintree.WebhookNotification.Kind.DISPUTEDISPUTEDbraintree.WebhookNotification.Kind.DISPUTEEXPIREDbraintree.WebhookNotification.Kind.DISPUTELOSTbraintree.WebhookNotification.Kind.DISPUTEOPENEDbraintree.WebhookNotification.Kind.DISPUTEUNDERREVIEWbraintree.WebhookNotification.Kind.DISPUTEWON
The following table describes the conditions that trigger each kind of webhook.
| Notification Type | Description |
|---|---|
dispute_accepted | A dispute is accepted. |
dispute_auto_accepted | A dispute is automatically accepted. |
dispute_disputed | A dispute is disputed. |
dispute_expired | A dispute is expired. |
dispute_lost | A dispute is lost. |
dispute_opened | A dispute is opened. |
dispute_under_review | A dispute is under internal review with PayPal. |
dispute_won | A dispute is won. |
Attributes
kindenumThe kind of webhook notification.
timestampdateThe UTC time at which the webhook was triggered.
disputeobjectA `Dispute` object.
transaction_details