Worldpay Integration How-To with Sample Code
Summary
Sample software and documentation for integrating CX Commerce with the Worldpay payment gatewayContent
The Worldpay integration enables Oracle CX Commerce to use Worldpay for processing credit card payments. You can use this integration to support payment processing through Worldpay, or you can use the code as a model for creating your own integrations with other payment gateways.
The Worldpay integration consists of two attached ZIP files:
- An extension to the Commerce administration interface that enables merchants to configure payment gateway settings for Worldpay (WorldpayAdminExtension.zip).
- A server-side extension that implements the logic for sending payment data to Worldpay and receiving responses such as authorizations (worldpayIntegration-app.zip).
0