CyberSource Event Object
When an Event Handler for the CyberSource Payment Gateway is registered it will receive a CyberSourcePaymentGatewayEvent event type.
This includes the fields that are included on the base event object and the additions described in CyberSourcePaymentGatewayEvent Additions.
Field | Description | Before Send to Gateway | Response from Gateway |
---|---|---|---|
cyberSourceRequest | The Map<String, String> of parameters that are sent to the CyberSource client. | Yes | Yes |
cyberSourceResponse | The Map<String, String> of parameters thatis returned from the CyberSource client. | No | Yes |