Kryptronic Software Wiki : hsbcuk

Kryptronic Kryptronic Software Wiki
Most recent edit on 2007-08-07 04:24:41 by GreenbarnWeb

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

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



Edited on 2007-07-20 06:42:40 by DjM0219 [Minor wordsmithing and moved to "live" categories]

Additions:
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 admin under Home > ClickCartPro (GBU) > Commerce: Orders and Checkout > Manage Processing Gateways select Update next to the ePDQ - 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.
ClickCartPro - Administration
Wiki: Getting Started


Deletions:
Please 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 the admin go to Home > ClickCartPro (GBU) > Commerce: Orders and Checkout > Manage Processing Gateways
Update - ePDQ - 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 sets the HSBC gateway into the test mode when you are ready to go live you need the change this in the Form Display Code.
Wiki: Pending Inclusion




Oldest known version of this page was edited on 2007-07-20 05:22:24 by GreenbarnWeb []
Page view:

HSBC Gateway Integration UK/EU


HSBC Integration.

Please 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 the admin go to Home > ClickCartPro (GBU) > Commerce: Orders and Checkout > Manage Processing Gateways
Update - ePDQ - 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 sets the HSBC gateway into the test mode when you are ready to go live you need the change this 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]);


Wiki: Pending Inclusion