Documentation Home

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.

  1. On the final checkout page, the customer files out their credit card and billing information and hits submit.
  2. 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.
  3. The server will then relay the payment token to Aurus to complete checkout.
  4. Aurus will send back a confirmation response.
  5. 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.