Kryptronic Software Wiki : hsbcuk

Kryptronic Kryptronic Software Wiki

HSBC Gateway Integration UK/EU


HSBC Integration.

Note: The HSBC gateway requires that your website has its own secure connection, so make sure that the secure URL is set-up correctly during the install.

In ClickCartPro.

In admin under Home > ClickCartPro (GBU) > Commerce: Orders and Checkout > Manage Processing Gateways select Update next to the HSBC - Payment Form

  1. Change Active Status to True.
  2. Change Gateway User/Store ID to your HSBC store ID
  3. Change Transaction Key/Password to your HSBC Order Hash Key (Provided by HSBC by Fax or Letter).
  4. Active Status = True
  5. Click submit.

This enables the HSBC gateway in test mode. When you are ready to go live you will need to change the following in the Form Display Code.

From:
$tmp[3] = 'T';
$olpform['fields']['HIDDEN'][] = array('name'  => 'Mode',
                                       'value' => $tmp[3]);


To:
$tmp[3] = 'P';
$olpform['fields']['HIDDEN'][] = array('name'  => 'Mode',
                                       'value' => $tmp[3]);


ClickCartPro - Administration
Wiki: Getting Started