Webhooks

Overviewanchor

For information on how to create or parse webhooks, go to the webhooks guide.

Notification kindsanchor

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:

Attributesanchor

All webhook notifications have a kind, a timestamp, and an additional attribute that is specific to the notification type.

Triggersanchor

The specific trigger conditions depend on the notification kinds.

Exceptionsanchor

An invalid signature exception is raised if the webhook notification you attempt to parse has an invalid signature.