Webhooks
Grant API
Notification kinds
Braintree::WebhookNotification::Kind::GrantorUpdatedGrantedPaymentMethod
Braintree::WebhookNotification::Kind::RecipientUpdatedGrantedPaymentMethod
Braintree::WebhookNotification::Kind::GrantedPaymentMethodRevoked
The following table describes the conditions that trigger each kind of webhook.
Notification Type | Description |
---|---|
granted_payment_instrument_update | A payment instrument that was previously granted to another Braintree merchant has been updated. The |
granted_payment_instrument_revoked | A payment instrument that was previously granted has been revoked by the grantor. |
Attributes
kind
enumtimestamp
daterevoked_payment_method_metadata
Only present for granted payment instrument revoked webhooks.
token
stringcustomer_id
stringCustomer: Find
call to look up a single customer.revoked_payment_method
granted_payment_instrument_update
Only present for granted payment instrument updated webhooks.
grant_owner_merchant_id
stringgrant_recipient_merchant_id
stringpayment_method_nonce
objectnonce
stringconsumed
booleanupdated_fields
ArraySee the Grant API webhooks guide for additional attributes specific to each webhook kind.