Page 1 of 2 12 LastLast
Results 1 to 10 of 17

paypal ipn with oscmax

This is a discussion on paypal ipn with oscmax within the Paypal forums, part of the Payment Modules category; I am having problems implementing paypal ipn with oscmax. Is there a definitive guide which can give me an idea ...

      
  1. #1
    New Member
    Join Date
    Mar 2007
    Posts
    5
    Rep Power
    0


    Default paypal ipn with oscmax

    I am having problems implementing paypal ipn with oscmax. Is there a definitive guide which can give me an idea how to do it.
    Thanks
    nano

  2. #2
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,477
    Rep Power
    567


    Default Re: paypal ipn with oscmax

    You just turn it on in the admin panel and fill in the required info. Pretty easy to do.

    If you still can't figure it out see this:
    osCommerce Documentation by OSCdox :: osCommerce and osCMax installation and users manual, discussion forums (phpWiki)

    Note that you do not need to use the SSL certificate part, as there is no sensitive info sent from the cart to paypal. All sensitive info is entered directly at paypal.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  3. #3
    New Member
    Join Date
    Jun 2003
    Posts
    25
    Rep Power
    0


    Default Re: paypal ipn with oscmax

    On the paypal website, there is an ipn page under profile that says:

    >Instant Payment Notification Preferences
    >PayPal's Instant Payment Notification (IPN) allows you to integrate PayPal >payments with your website back-end operations.
    >
    >Instant Payment Notification (IPN) Off
    >Instant Payment Notification (IPN) URL: _______________________

    Since the IPN seems to be set to Off and the URL is blank, is that why I am getting email errors when i receive an order. In oscmax, all the fields in the paypal module seems to be filled out. What address would i put in the IPN url blank on paypal's website?

  4. #4
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,477
    Rep Power
    567


    Default Re: paypal ipn with oscmax

    You have to turn it on in your paypal admin (at the paypal site) and you leave the IPN url blank, as osCMax sends the url to paypal with the sale information.

    email errors: what is the error? Paypal IPN doesnt send and email to your store, it sends an ipn.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  5. #5
    New Member
    Join Date
    Jun 2003
    Posts
    25
    Rep Power
    0


    Default Re: paypal ipn with oscmax

    2 part message about my errors.. Thanks a MILLION for your help!!!

    I tried activating it Paypal IPN on the paypal site and left the url blank, but got this error

    >You must enter a properly formatted URL into the Notification URL field in >order to activate Instant Payment Notification.
    >Activate Instant Payment Notification
    >
    >Before activating Instant Payment Notification, please read the instructions >to ensure that you can support the notification system.
    >
    >Instant Payment Notification integrates PayPal payment notification and >authentication with your website's back-end operations. Check this box to >activate Instant Payment Notification, and enter the URL at which you will >receive the payment notifications below.
    >
    >Notification URL: _________________________________________


    ================================================== =======
    The Email error I got that i mentioned previously was this:

    Subject: PayPal IPN Invalid Process

    payment_date=13:28:09 Apr 18, 2007 PDT
    txn_type=web_accept
    last_name=my customer name
    residence_country=DE
    item_name=Sewing Pattern Supply
    payment_gross=22.80
    mc_currency=USD
    business=Bob@WolfStarTradingPost.com
    payment_type=instant
    verify_sign=I censored this might be confidential
    payer_status=verified
    tax=0.00
    payer_email=mycustomers@emailaddress.com
    txn_id=4DC909999P3212506
    quantity=1
    receiver_email=Bob@WolfStarTradingPost.com
    first_name=Iris
    payer_id=KUTZZZZKXXTRW
    receiver_id=TXXXYU5NF4PRC
    item_number=
    payment_status=Completed
    payment_fee=1.19
    mc_fee=1.19
    shipping=0.00
    mc_gross=22.80
    custom=1
    charset=windows-1252
    notify_version=2.1

    $_GET:

    ================================================== ====

    Granted, the payment did go through and i was able to log into oscmax admin to view the order, and was able to login to paypal and verify the payment, but I am not certain if this is just an annoyance i need to live with, or if there is a way to correct it.

  6. #6
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,477
    Rep Power
    567


    Default Re: paypal ipn with oscmax

    I never had to enter a url in paypal IPN at paypal. I just turn it on and leave the IPN url blank. Not sure what the problem is with the email error. I think that is coming from paypal, and you should contact them for an explanation. I have never seen that before.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  7. #7
    Member
    Join Date
    Mar 2007
    Posts
    30
    Rep Power
    0


    Default Re: paypal ipn with oscmax

    I tried to activate the paypal ipn yesterday and had the same error as you mention but when i removed the " url: http:// " part from the page so the page was blank and then tried to activate, it worked fine and paypal ipn was turned on.

  8. #8
    Member
    Join Date
    Mar 2007
    Posts
    36
    Rep Power
    0


    Default Re: paypal ipn with oscmax

    Hi all,

    Apparently, after a person goes through paypal and checks out. They get a page that says they are tranferring from a secure site to a non-secure site (back to my website checkout_success page). I think some people are clicking 'Cancel' on that page, and I may be losing orders.

    Is there a way around this?

    Thanks
    Mike
    Last edited by mjfontec; 05-12-2007 at 06:04 AM. Reason: new question

  9. #9
    Active Member neil's Avatar
    Join Date
    Nov 2002
    Posts
    248
    Rep Power
    10


    Default Re: paypal ipn with oscmax

    I'd say that would be the regular PayPal & not IPN however the answer is the same.
    You can secure your pages that have sensitive data - checkout_success.php etc by using a shared ssl usually provided for free by your host or your own purchased ssl certificate.
    How to do this must be covered in the documentation or the wiki.
    HTH
    Neil
    www.12website.com

    "You can have everything in life that you want if you will just help enough other people get what they want."
    Zig Ziglar

  10. #10
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,477
    Rep Power
    567


    Default Re: paypal ipn with oscmax

    Quote Originally Posted by mjfontec View Post
    Hi all,

    Apparently, after a person goes through paypal and checks out. They get a page that says they are tranferring from a secure site to a non-secure site (back to my website checkout_success page). I think some people are clicking 'Cancel' on that page, and I may be losing orders.

    Is there a way around this?

    Thanks
    Mike
    If you are using Paypal IPN mod, it does not matter if they never return to your site.

    That is what IPN is for. Regardless of customer actions, if they complete the sale at Paypal, then your shop will get an IPN notice of the sale, even if they never return to your site.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    Stay Up To Date with everything osCMax:
    Free osCMax Newsletters - Security notices, New Releases, osCMax News
    osCMax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

Page 1 of 2 12 LastLast

Similar Threads

  1. PayPal IPN in RC3 - values not being passed to PayPal?
    By SavageSinister in forum osCmax v2 Installation issues
    Replies: 3
    Last Post: 02-12-2007, 03:57 PM
  2. Integrate PayPal Web Payments Pro -> osCMax v2.0
    By ganast in forum osCmax v2 Customization/Mods
    Replies: 1
    Last Post: 10-24-2005, 02:19 PM
  3. Replies: 7
    Last Post: 10-15-2005, 11:52 AM
  4. [Contrib] Standard PayPal for osCMax.
    By Jonthebest in forum osCmax v2 Customization/Mods
    Replies: 0
    Last Post: 10-04-2005, 09:02 AM
  5. PayPal Subscriptions (recurring payments) in osCMAX?
    By smbpbx in forum osCmax v1.7 Discussion
    Replies: 0
    Last Post: 01-22-2005, 12:40 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
  •