Paypal Payment Completed But No Access to Product

Discussion in 'Payments processing' started by autohybrid_z74, Feb 11, 2009.

  1. autohybrid_z74

    autohybrid_z74 New Member

    Joined:
    Dec 31, 2008
    Messages:
    4
    I set up a test account on paypal and completed payment, it went through, but I did not get send to the product page. But there was a link on paypal "Return to Merchant" which took me to a payment summary page. And there, a link to log in which took me to a member page with no subscription.

    Anyone knows what the problem is?
  2. blcadmin

    blcadmin New Member

    Joined:
    Feb 11, 2009
    Messages:
    2
    PayPal Issue

    I am having this same issue. Everything goes as expected. No errors, redirects all work like you would expect. Then when you go to the item it says its not paid for. :confused:
  3. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Sounds like your IPN isnt set up properly in paypal.

    David
  4. blcadmin

    blcadmin New Member

    Joined:
    Feb 11, 2009
    Messages:
    2
    Paypal IPN Setup

    That's what one would think. However, I have followed the Paypal plugin instructions closely and have verified all of my settings are correct in both Paypal as well as a Member. Not sure what is wrong as there are no errors are being generated.
  5. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    Its possible your server is blocking the IPN notification.
    Sorry, forgot what this is called.

    David
  6. gstrong

    gstrong New Member

    Joined:
    Feb 20, 2009
    Messages:
    6
    SSL is not enabled in your server's CURL configurations, as per:

    http://www.zen-cart.com/forum/showthread.php?t=98168

    Quick fix:

    1. Go to Setup/Configuration
    2. Click on PayPal Link (top tabs)
    3. Go to Disable IPN verification and select "Verification Disabled - DANGEROUS"
    4. (Read the note about why this is dangerous in the left column...)
    5. Click Save

    Do another test, and the following should happen:
    • Get receipt notification immediately
    • Payment posted immediately
    • Error log, top field says: "paypal_r DEBUG: successfully handled"

    I'm not sure what the level of hacking danger is -- probably more if you are selling web developer software than knitting needles, due to the target market -- but obviously would be better to fix the root of the problem within the PHP configuration. If I figure it out, I'll post a fix here.

    ~Graham
  7. tauseef

    tauseef New Member

    Joined:
    Mar 11, 2009
    Messages:
    2
    I have same issue with 1 Day Subscription ,I m using Paypal only and its work well for rest of products which have Recurring Billing option

    Just for testing when i add Recurring billing for 1 Day Subscription its work and show Proper payment logs , but when convert back to 1 Time charges its again not work


    Tauseef

Share This Page