Webhooks

Braintree Authanchor

availability

Braintree Auth is in closed beta. To express interest, contact our Business Development team.

Notification kindsanchor

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::ConnectedMerchantStatusTransitioned
  • Braintree::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.

Attributesanchor

kindenum

The kind of webhook notification.

timestampdate

The UTC date/time at which the webhook was triggered.

merchant_idstring

The ID of the connected merchant.

oauth_application_client_idstring

The OAuth application client ID.


See the Braintree Auth webhooks guide for additional attributes specific to each webhook kind.