Shopping Cart Software

Shopping Cart Software UK Customised Version of ClickCartPro 6
corner image corner image

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

  1. Change Active Status to True.
  2. Change Gateway User/Store ID to your HSBC Usename
  3. Change Transaction Key/Password to your HSBC Password
  4. 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' => '');
  5. Active Status = True
  6. 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]

corner image
Valid XHTML   Valid CSS   w3c wai aa
GreenbarnWeb.com © 2001 - 2009
corner image
Page was generated in 0.0343 seconds