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
- Change Active Status to True.
- Change Gateway User/Store ID to your HSBC store ID
- Change Transaction Key/Password to your HSBC Order Hash Key (Provided by HSBC by Fax or Letter).
- Active Status = True
- 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
ClickCartPro - Getting Started