CLICKCART PRO LINKPOINT API SETUP

  1. First you will need to download the LinkPoint PEM certificate.
    You can download the PEM file from LinkPoint Central.
  2. After you login, click on Support at the top, then click on Download Center.
  3. Click on Download next to PEM and make sure to save the file to the desktop.
  4. Rename the PEM file (123456.pem) to linkpoint.txt
  5. Upload it to your server in the following directory:
    /ccp51/data/keys

  6. Log into the administration for ClickCart Pro. Here is an example URL:
    http://www.yourdomain.com/ccp51/cgi-bin/admin

  7. On the left menu click on Orders & Payment


  8. Click on Manage Payment Methods


  9. Click on UPDATE next to LinkPoint/Yourpay API


  10. Change Active Status to ACTIVE.
  11. Scroll down to the Form Content field and look for the following line of code:
    <INPUT TYPE="HIDDEN" NAME="storename" VALUE="your_username">

    Replace "your_username" with your 6 digit store number.
    <INPUT TYPE="HIDDEN" NAME="storename" VALUE="123456">


  12. Scroll down and click on the Submit button.