HSBC API Gateway Integration UK/EU
HSBC CPI 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 (API) - Secure Server
- Change Active Status to True.
- Change Gateway User/Store ID to your HSBC Usename
- Change Transaction Key/Password to your HSBC Password
- You will need to enter the HSBC ClientId, CcpaClientId and UserId by editing the Form Display Code
php $olpform['fields']['HIDDEN'][] = array('name' => 'ClientId',
'value' => '');
$olpform['fields']['HIDDEN'][] = array('name' => 'CcpaClientId',
'value' => '');
$olpform['fields']['HIDDEN'][] = array('name' => 'UserId',
'value' => '');
- 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:
$olpform['fields']['HIDDEN'][] =
array('name' =>
'Mode',
'value' =>
'T');
To:
$olpform['fields']['HIDDEN'][] =
array('name' =>
'Mode',
'value' =>
'P');
CategoryPaymentGateways
CategoryGettingStarted
CategoryNewXCSFeatures
There are 12 comments on this page. [Display comments]