ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


IPNResponse How do I put it


  • 2007-07-09 12:35:58

    IPNResponse How do I put it

    In the payments module, there is a sentence in the readme:

    For security purpose Instant Payment Notification (IPN) must be setup with your PayPal merchant account. You will be asked to
    provide a URL to the IPN notification verification script, included with the EComm module. While logged into your PayPal
    account, slect the Profile tab, then choose "Instant Payment Notification Preferences". Turn "ON" the service, and provide
    the URL. The URL should also include the password you entered when setting up the module Settings in ATutor.
    The URL would look something like this:


    http://www.mysite.com/ATutor/mods/ecomm/response_ipn.php?secret=payment01

    How do I put the password here? Should I change the URL to this?
    http://www.mysite.com/ATutor/mods/ecomm/response_ipn.php?secret=mypassword

    But when I did that, the payments module is unable to update the database even after I made a test payment for a course... Any advice on this?

  • 2007-07-13 09:32:51

    Re: IPN_Response... How do I put it?

    Make sure your firewall is not blocking access from PayPal. Or add it to the firewall configuration as a trusted URL.

  • 2007-07-13 14:05:34

    Re: IPN_Response... How do I put it?

    IPN is working fine. I suggest you double check you password. And reread the readme file with the ecomm module to be sure you have not missed any steps.

  • 2007-07-13 16:26:02

    Re: IPN_Response... How do I put it?

    I did read it... :( Can you be kind enough to give me an example?

  • 2007-07-13 19:05:11

    Re: IPN_Response... How do I put it?

    An example

    www.mysite.com/ATutor/mods/ecomm/response_ipn.php?secret=mypassword

    ...where you change mypassword to the password paypal has assigned you.

  • 2007-07-14 03:42:51

    Re: IPN_Response... How do I put it?

    :( I've tried that but it doesn't update the database as it is supposed to update. The payment is successful. I mean, the buyer is able to pay the money to the seller. Could it be because I've been trying it out in my localserver (127.0.0.1) ?

  • 2007-07-14 08:00:59

    Re: IPN_Response... How do I put it?

    Yes, that would be an obvious problem :-\

    The PayPal server needs to be able to contact the ATutor server to update the database. If you can determine the IP address assigned to your machine by your ISP, use it in the URL entered for IPN setup