Page 1 of 4 123 ... LastLast
Results 1 to 10 of 34
  1. #1
    Join Date
    May 2015
    Location
    United States
    Posts
    19
    Plugin Contributions
    0

    Default (14) The referrer, relay response or receipt link URL is invalid.

    We have zencart v 1.5.4 upgraded from 1.3.9. We did the official upgrade procedure.
    Only modules installed are Payment > authorize.net SIM, check/money order,
    Shipping > storepickup, ups
    Order total > discount coupon, group discount, gift certificates, low order fee, shipping, tax, total.

    This cart has been online and was using authorize.net module for years with no issues. At some point in March the module stopped sending orders to our zencart. This may have been caused by an expired account with the company that ran our credit card transactions. Authorize.net for some reason decided it was best to set up a new account with them (not sure why they did not want to just update the existing account).

    Since then we cannot get the SIM module to work. We set up via zencart instructions, and get the error: The following errors have occurred.

    (14) The referrer, relay response or receipt link URL is invalid.

    If we use what little information that authorize.net gives you about setting this up we instead end up with the shopper going to checkout, sends them to authorize.net site they enter in CC info and then are just looped back to the checkout page on our site. Authorize has the transaction information, but nothing is sent back to the cart.

    We have relay response set to
    http://ourdomainname.com/folder/inde...eckout_process

    Obviously the domain name is set to our actual domain name and the name of the directory that the cart is installed in.

    Any help or suggestions on this would be greatly appreciated. We have been through all FAQs on Authorize.net site as well as the forums here and still cannot get this to work. We have contacted Authorize.net repeatedly, but they are far less than helpful, the support staff is useless and blames it on zencart.

    Tried using PayPal payment module and it worked fine, but would like to get this one to work as it used to. Thank you in advance for your time and help.

  2. #2
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Authorize.net SIM module not sending order to cart

    Quote Originally Posted by WebWeaver2000 View Post
    (14) The referrer, relay response or receipt link URL is invalid.

    We have relay response set to
    http://ourdomainname.com/folder/inde...eckout_process
    I'm no expert, but I found this from a Google search:

    ------------------------------------------------------------------------------
    First, create a new Payment Page within the Real-time Payment Manager's Payment Page wizard or navigate to an existing Payment Page. On the Receipt Page tab you will need to enter the following information:

    • On the Receipt Page Settings, choose the second option for Link using HTTP POST
    • Set the Receipt Link Text to “Click here to complete your order” (or whatever you want it to say).
    • Set the Receipt Link URL to “http://[ZENCART FOLDER]/index.php?main_page=checkout_process&action=confirm”
    • Check both the boxes for “Allow Relay Response” and “Allow HTTP Redirect to Merchant Website
    • Set the Relay Response URL to: “http://[ZENCART FOLDER]/index.php?main_page=checkout_process&action=confirm

      ------------------------------------------------------------------

    If correct, you a missing the "&action=confirm" from the relay response URL.

    Cheers
    RodG

  3. #3
    Join Date
    May 2015
    Location
    United States
    Posts
    19
    Plugin Contributions
    0

    Default Re: Authorize.net SIM module not sending order to cart

    We tried this and still the same looping action. It goes from Authorize.net site right back to our checkout page.

  4. #4
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Authorize.net SIM module not sending order to cart

    Quote Originally Posted by WebWeaver2000 View Post
    We tried this and still the same looping action. It goes from Authorize.net site right back to our checkout page.
    Fair enough, but "The referrer, relay response or receipt link URL is invalid." really is quite specific. Granted that not all error messages can be trusted, but it is the only clue that *I* have, as such, I've no further suggestions.

    Hopefully someone with a little more experience can come up with other ideas for you.

    Cheers
    RodG

  5. #5
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: Authorize.net SIM module not sending order to cart

    Quote Originally Posted by WebWeaver2000 View Post
    It goes from Authorize.net site right back to our checkout page.
    I'm probably wrong again, but isn't this is what is *supposed* to happen with the SIM module?

    Also, have you installed any module(s) that would have altered the ZenCart 'native' checkout process? If so, it is possible that the updated/new checkout_process related files don't know how to respond to the Authorize.net checkout confirmation request.

    <still making stabs in the dark>

    Cheers
    RodG

  6. #6
    Join Date
    Aug 2009
    Location
    North Idaho, USA
    Posts
    2,008
    Plugin Contributions
    1

    Default Re: Authorize.net SIM module not sending order to cart

    Is your new account with Authorize.net directly or via a reseller?

    When you changed accounts, did you use your new set of credentials. That happens if/when you change providers that have opened a discounted auth.net for you. They get a commission. Thus, if you change, someone else wants the commission.

    We do not have any special relay other than "Default/blank" in our auth.net account setup as stated in the zencart auth.net SIM setup instructions.

    The expected response is to be returned to the step 4, order confirmation page and an order number assigned.

    Do you have logging enabled? If so, posting the logfile contents might allow someone else to provide better suggestions. If not, enable logging and post the logfile contents of an attempted transaction.

    Have you followed these instructions.

    https://www.zen-cart.com/content.php?303-how-to-set-up-the-authorizenet-sim-payment-module


    We did have a hiccup or two when we switched from AIM to SIM before the first of the year. I will try to look up the resolution but I do not believe it had the same symptoms as you are describing.
    Rick
    RixStix (dot) com
    aka: ChainWeavers (dot) com

  7. #7
    Join Date
    May 2015
    Location
    United States
    Posts
    19
    Plugin Contributions
    0

    Default Re: Authorize.net SIM module not sending order to cart

    Thank you for your help RodG. It should go back to our site (as a completed purchase), but it goes back to the page 'step 3 of 3 order confirmation' of our site and acts as though the order was not completed. If you try to go through again, it gives 'duplicate transaction' error (on authorize site). There is no record of the transaction in zencart, but authorize.net has it as a declined transaction in the unsettled transactions.

    This worked before, I'm at a loss as to why it does not work now. Again, I really appreciate your help and time.

  8. #8
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: Authorize.net SIM module not sending order to cart

    Do you have it set to production or test in your actual authorize.net account?
    Do you have the relay response, referee and silent post url blanked in authorize.net?

    I use the AIM module but setup is similar.

    Linda

  9. #9
    Join Date
    May 2015
    Location
    United States
    Posts
    19
    Plugin Contributions
    0

    Default Re: Authorize.net SIM module not sending order to cart

    RixStix - The new provider insisted on a new authorize.net account being set up (now I see why). Yes, we used the new credentials. We have tried leaving the relay link blank (as well as trying to enter in the links we mentioned above). We followed the instructions here:
    https://www.zen-cart.com/content.php...payment-module

    When that did not work, we tried any suggestions that we found in the forums here, but we just get various errors or the page looping.

    Were you referring to the error logs in cpanel, or the log folder within our store? Thank you so much for your time and help.

    lruskauff - Authorize.net is set to production. Relay response and silent post url are both blank. 'referee'...do you mean 'response/receipt urls' ? I dont see 'referee' in authorize.net account. Thanks for your time and help.

  10. #10
    Join Date
    Sep 2008
    Location
    WA
    Posts
    555
    Plugin Contributions
    0

    Default Re: Authorize.net SIM module not sending order to cart

    Yes, sorry typo. And I think he was referring to log in zen art / logs folder.

    Try uninstalling then reinstalling authorize in Cpanel. Then start at the directions in zen art and check your debug files. Sometimes starting w a fresh slate helps you see things you didn't the first time around.

 

 
Page 1 of 4 123 ... LastLast

Similar Threads

  1. (14) The referrer, relay response or receipt link URL is invalid.
    By standnbang in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 2 Feb 2009, 02:48 AM
  2. pls help: Authorize.net SIM Response/Receipt URL and integrating vertual terminal
    By greenhat in forum Built-in Shipping and Payment Modules
    Replies: 6
    Last Post: 30 Aug 2008, 08:12 AM
  3. Error: relay response or receipt link URL is invalid
    By suziac in forum General Questions
    Replies: 0
    Last Post: 17 Mar 2008, 08:05 PM
  4. AUthorize.net SIM - relay-response implementation
    By swehner in forum Built-in Shipping and Payment Modules
    Replies: 11
    Last Post: 7 Jan 2008, 08:41 PM
  5. order tracking from referrer url
    By warstormer in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 28 Nov 2007, 01:27 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR