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

[PHP] PayPal IPN

2011-07-27 Thread Jason Pruim
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 and can't seem to wrap my head around it... But then

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

[PHP] Paypal IPN and PHP

2006-03-19 Thread Leonard Burton
HI All, 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? Does anyone know if the IPN framework has changed since 2003 as it seems that the latest information I have on it is from 2

[PHP] paypal ipn - subscriptions

2004-11-14 Thread nate
I'm creating a subscription service where customers will signup and pay $X per month to have access to this service. I've done the easy part, which is communicating back and forth with paypal. Anytime a transaction is made, it's sent to my ipn.php script. The part I'm having difficulty with is figu