Braintree Event Object

When an event handler for the Braintree Payment Gateway is registered it receives a BraintreePaymentGatewayEvent event type.

This includes the fields that are included on the base event object and the additions described in BraintreePaymentGatewayEvent Additions.

Table 1. BraintreePaymentGatewayEvent Additions
Field Description Before Send to Gateway Response from Gateway
braintreeRequest The com.braintreegateway.Request object that will be sent to the Braintree client. Yes Yes
braintreeResponse The com.braintreegateway.Result object that has been returned from the Braintree client. No Yes