Hi All,
I know there is lots of discussion about this on SO but I cant find any question quite like this.
I'm feeling lazy. I don't want to spend my time developing a paypal IPN handler unless I have to. I'm developing a web app and want to spend time on functions not billing.
Ideally I'd like to find a solution where I can add a by now button, someone else takes care of the payment, validating it's real etc, and all I need to do is write a simple update to the database to confirm a user has paid. I'm thinking one off payments only, and I'm talking only a few pounds a throw.
Can people suggest what the simplest way to tackle this is? Am I just being too lazy and do I need to get on with paypal.
FYI I'm in the uk so something like braintree is not usable.
EDIT - Paypal IPN is made very easy using this set of scripts. Basically gets all the salient information into your database, then lets you do whatever you need to with it. Pretty amazing stuff, defineitlyt worth checking out if you're new to IPN