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
daterevokedPaymentMethodMetadata
Only present for granted payment instrument revoked webhooks.
token
stringcustomerId
stringCustomer: Find
call to look up a single customer.revokedPaymentMethod
grantedPaymentInstrumentUpdate
Only present for granted payment instrument updated webhooks.
grantOwnerMerchantId
stringgrantRecipientMerchantId
stringpaymentMethodNonce
objectnonce
stringconsumed
booleanupdatedFields
ArraySee the Grant API webhooks guide for additional attributes specific to each webhook kind.