Braintree Auth
Availability
Braintree Auth is in closed beta. To express interest, contact our Business Development team.
Notification kinds
The notification kind, returned by calling kind on the notification object, reveals what triggered the webhook. The webhook_notification.kind for Braintree Auth webhooks will be one of the following:
Braintree::WebhookNotification::Kind::ConnectedMerchantStatusTransitionedBraintree::WebhookNotification::Kind::ConnectedMerchantPayPalStatusChanged
The following table describes the conditions that trigger each kind of webhook.
| Notification Type | Description |
|---|---|
| connected_merchant_status_transitioned | A connected merchant's underwriting status has changed or they have submitted an application. |
| connected_merchant_paypal_status_changed | A connected merchant's PayPal account has been successfully linked or unlinked to their Braintree gateway. |
Attributes
kindenumThe kind of webhook notification.
timestampdateThe UTC date/time at which the webhook was triggered.
merchant_idstringThe ID of the connected merchant.
oauth_application_client_idstringThe OAuth application client ID.
See the Braintree Auth webhooks guide for additional attributes specific to each webhook kind.