Webhooks
Overview
For information on how to create or parse webhooks, go to the webhooks guide.
Notification kinds
The notification kind, returned by calling kind on the notification object, reveals what triggered the webhook.
These can be events related to a variety of things - for example, subscription activity or the underwriting of Braintree Marketplace merchant accounts. The specific trigger conditions depend on the notification kind.
Each type falls into one of the following broader categories:
- Account Updater
- Braintree Auth
- Disbursement
- Dispute
- Fraud Protection
- Grant API
- Local Payment Methods
- OAuth
- Payment Method
- Sub-merchant Account
- Subscription
- Test
- Transaction
Attributes
All webhook notifications have a kind, a timestamp, and an additional attribute that is specific to the notification type.
Triggers
The specific trigger conditions depend on the notification kinds.
Exceptions
An invalid signature exception is raised if the webhook notification you attempt to parse has an invalid signature.