Categories: Integration Troubleshooting :

How do I implement Instant Payment Notification (IPN) with Google Checkout like I can with Paypal and Alertpay?

Showing 1-8 of 8 messages
How do I implement Instant Payment Notification (IPN) with Google Checkout like I can with Paypal and Alertpay? freemarlie 8/22/11 12:11 PM I am trying to set up a website that sells digital content for direct download   Once the buyer pays for the item, a database is updated so that he/she has access to that item on the website..  I have successfully set this up for Paypal and Alertpay.
Re: How do I implement Instant Payment Notification (IPN) with Google Checkout like I can with Paypal and Alertpay? EdSF 8/22/11 2:13 PM I think you already found all the resources  - the first link is the documentation, and the 2nd link is to sample code that Google already provides (php). I'm not a php dev, but this demo file in the sample should be helpful: http://code.google.com/
Re: How do I implement Instant Payment Notification (IPN) with Google Checkout like I can with Paypal and Alertpay? freemarlie 8/24/11 9:39 AM Ugh!  I still can't make sense of any of this stuff enough to set up a working IPN.  Oh well. I guess I will just use Paypal and Alertpay.
Re: How do I implement Instant Payment Notification (IPN) with Google Checkout like I can with Paypal and Alertpay? EdSF 8/24/11 10:07 AM Nutshell: 1) receive POST from Google - Iine #53 2) identify what kind of POST data (serial # vs. xml) - line #57 on  - if serial # then request data associated with serial # then parse - lines #58 - 71, 90  - if xml then parse - lines #74 - 82, 90 3
Re: How do I implement Instant Payment Notification (IPN) with Google Checkout like I can with Paypal and Alertpay? freemarlie 8/25/11 5:48 PM I finally figured it out from looking at the other sample code files.  I was able to send a notification request and get back a response with the details of a purchase.
Re: How do I implement Instant Payment Notification (IPN) with Google Checkout like I can with Paypal and Alertpay? Adarsh.v 9/15/11 11:30 AM Regards!. 
Re: How do I implement Instant Payment Notification (IPN) with Google Checkout like I can with Paypal and Alertpay? xuexi 7/1/12 8:46 PM Hello,I also want to set up paypal and google IPN,can I have your sucessfully demo?Thanks a lot!
Re: How do I implement Instant Payment Notification (IPN) with Google Checkout like I can with Paypal and Alertpay? xuexi 7/1/12 8:48 PM Hello,I also want to set up paypal and google IPN,can I have your sucessfully demo?Thanks a lot!