Aurus Module
Note: blc-aurus version 2.0.x currently only supports Session and PreAuth calls.
How It Works
This version of the Broadleaf Aurus payment gateway integration utilizes the _____ (javascript + java) SDK provided by Aurus.
- On the final checkout page, the customer files out their credit card and billing information and hits submit.
- Aurus will use the client SDK to generate a payment token which will then be submited to the server instead of the sensitive Credit Card data.
- The server will then relay the payment token to Aurus to complete checkout.
- Aurus will send back a confirmation response.
- Broadleaf will then redirect the user to either a confirmation or error page to end the checkout flow.
To start integrating this payment gateway into your eCommerce application, Broadleaf offers a Aurus Quick Start solution that allows developers to easily add Aurus functionality with little configuration.