Notification kinds
The notification kind, returned by calling kind
on the notification object, reveals what triggered the webhook. The webhook_notification.kind
for Payment Method webhooks will be one of the following:
braintree.WebhookNotification.Kind.PaymentMethodRevokedByCustomer
The following table describes the conditions that trigger each kind of webhook.
Notification Type | Description |
---|---|
payment_method_revoked_by_customer |
A payment instrument that was previously enabled has been revoked by the customer. |
Attributes
customer_id
string
A value representing an existing customer stored in your Vault. Use Customer: Find call to look up a single customer.