Re: [PHP] PayPal IPN

2011-07-28 Thread John Black
On 28.07.2011 03:58, Jason Pruim wrote: Hey everyone, So I know this is related pretty strictly to paypal... But I also know that you all most likely use it :) So with that said... Has anyone successfully setup the IPN with paypal? I'm trying to figure out to get it up and working... Hi Jason

Re: [PHP] PayPal IPN

2011-07-27 Thread Daniel Brown
On Wed, Jul 27, 2011 at 21:58, Jason Pruim wrote: > Hey everyone, > > So I know this is related pretty strictly to paypal... But I also know that > you all most likely use it :) Remind me tomorrow. There's a chance I may have some old IPN code lying around, and definitely have Website Payme

Re: [PHP] Paypal IPN and PHP

2006-03-20 Thread Curt Zirzow
On Mon, Mar 20, 2006 at 11:26:34AM -0500, Manuel Amador (Rudd-O) wrote: > Curt Zirzow wrote: > > >> > >>Isn't there a full proper PayPal API now? IPN hasn't changed in ages, > ... > > > > >Yeah, they have their new Payment Pro system which has a gateway > >API. I dont think they have any prefer

Re: [PHP] Paypal IPN and PHP

2006-03-20 Thread Richard Davey
On 20 Mar 2006, at 16:26, Manuel Amador (Rudd-O) wrote: Isn't there a full proper PayPal API now? IPN hasn't changed in ages, but I don't think it is their preferred way of accessing PayPal any more, and certainly isn't the most streamlined. You kidding? IPN support is ridiculously easy

Re: [PHP] Paypal IPN and PHP

2006-03-20 Thread Manuel Amador (Rudd-O)
Curt Zirzow wrote: Isn't there a full proper PayPal API now? IPN hasn't changed in ages, but I don't think it is their preferred way of accessing PayPal any more, and certainly isn't the most streamlined. You kidding? IPN support is ridiculously easy to develop. If you're interested

Re: [PHP] Paypal IPN and PHP

2006-03-20 Thread Curt Zirzow
On Sun, Mar 19, 2006 at 06:41:54PM +, Richard Davey wrote: > On 19 Mar 2006, at 18:32, Leonard Burton wrote: > > >I am putting together an site and will accept payments via Paypal's > >IPN. I have came across many classes for this so I am curious if > >anyone has any recommendations? > > Isn

Re: [PHP] Paypal IPN and PHP

2006-03-19 Thread Stan Busk
Hi, You can look at my script. It is available here: http://www.maxprog.com/scripts/paypal_ipn/index.html I made it to sale software licenses, it generates and sends receipts by e-mail to the customers with a copy to you, formats and sends the customer data as XML to you by e-mail, saves the

Re: [PHP] Paypal IPN and PHP

2006-03-19 Thread Richard Davey
On 19 Mar 2006, at 18:32, Leonard Burton wrote: I am putting together an site and will accept payments via Paypal's IPN. I have came across many classes for this so I am curious if anyone has any recommendations? Isn't there a full proper PayPal API now? IPN hasn't changed in ages, but I do