Announcement

Collapse
No announcement yet.

Cannot enter card details

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Cannot enter card details

    I have recently added Nochex as a payment option to my website www.slipland.net

    Having conigures Actinic by putting in my merchant ID and adding 1 to the incremental OCC whatsit, i have completely refreshed the website.

    The problem is that when a custoner selects Nochex as a payment option they get bounced to a page that reads

    " The website declined to show this webpage
    HTTP 403
    Most likely causes:
    •This website requires you to log in.

    What you can try:
    Go back to the previous page. "

    Having been in contact with Nochex support they told me that i needed to change www.nochex.com to secure.nochex.com in the payment OCC's
    Which I have done but to the same effect.

    A secondary frustration is that I am working away all week and their support is not open at the weekends.

    Any help would be greatly appreciated.

    Regards

    Darren

    #2
    There are a number of quite recent forum posts regarding this change. If you have amended the relevant files correctly and it still doesn't work then try a purge and refresh of the site.

    Comment


      #3
      I have changed the two url's in OCCUpgrade to https://secure.nochex.com/nochex.dll/checkout

      Added one to the number and refreshed the website.

      I now get to a different page as shown.


      •Sign Up
      •Account Login
      •Send Money
      •Help Centre
      •Forum
      •Home
      •Accepting Online Payments
      •Merchant Account
      •Seller Account
      •Personal Account
      •Partners
      •Contact Us
      Home : page not found
      Sorry, this page could not be found!
      We have recently launched our new website, and as a result there may be certain pages that may have moved or do not exist anymore.

      We are sorry if these changes have caused you an inconvenience. Please visit our homepage or alternatively, please use our sitemap to find what you are looking for.

      The Nochex Web Team


      •Shopper Support
      •About Us
      •Terms & Conditions
      •Security
      •Privacy
      •Acceptable Use
      •Accessibility
      •Sitemap
      Copyright © 2006 Nochex - All rights reserved.

      Nochex Ltd is certified as a Small Electronic Money Issuer by the Financial Services Authority and regulated as a Money Service Business by HM Revenue and Customs.

      Have I missed something? What else do i need to do?

      Regards

      Darren

      Comment


        #4
        Do what did you do different the second time around and you got different results?
        Also did you try the purge and refresh?

        Comment


          #5
          Nochex - Payment Page URL

          Dear Darren,

          I believe you are recieveing an error page because you are trying to use our old checkout page (https://secure.nochex.com/nochex.dll/checkout) - Instead please redirect to https://secure.nochex.com without the checkout extension and this should resolve your issue.

          An example of a link the format would be:

          https://secure.nochex.com/default.aspx?merchant_id=INSERT YOUR MERCHANT ID HERE

          I hope this will help you,

          Many thanks

          Nochex Ltd
          www.nochex.com

          [QUOTE=DarrenH;302647]I have changed the two url's in OCCUpgrade to https://secure.nochex.com/nochex.dll/checkout

          Added one to the number and refreshed the website.

          I now get to a different page as shown.

          Comment


            #6
            you must change the upgrade occ file 1st, then start actinic then change the occ payment file then do the upload. if you do it the way you described actinic will ovewrite your changes in the occ payment file with the default.

            Comment


              #7
              Nochex 403 error....HELP PLEASE

              Hi all,

              Looks like I'm not the only one suffering here...I've looked at the thread and don't understand what changes I need to make and where?

              My site is egamingjobs.co.uk and in my shopping basket code I have the following which looks ok to me and it's always worked before? Now I'm getting the 403 error when you click to make a payment and go to Nochex

              Any help would be really appreciated?

              Cheers

              reggy123

              <form action="https://secure.nochex.com" method="post" name="paymentForm" onsubmit="return checkboxvalidation();">

              <?php

              $amountQry2=mysql_query("select * from admin_amount where amount_id=1");
              $amount2=mysql_fetch_assoc($amountQry2);
              ?>
              <input type="hidden" name="merchant_id" value="mymerchantIDemailhere" />
              <input type="hidden" name="amount" value="<?=$amount2['amount'];?>" />
              <input type="hidden" name="description" value="Online Order" />
              <input type="hidden" name="fore_colour" value="#333333" />
              <input type="hidden" name="font_name" value="Arial" />
              <input type="hidden" name="back_colour" value="#9DB0FF" />
              <input type="hidden" name="continue_button_image" value="https://secure.nochex.com/images/b1.gif" />
              <input type="hidden" name="makepayment_button_image" value="https://secure.nochex.com/images/b2.gif" />
              <input type="hidden" name="cancel_button_image" value="https://secure.nochex.com/images/b3.gif"/>

              Comment

              Working...
              X