I've been searching for this for very long, but i couldn't find what i was looking for. I want to make users pay with PayPal, when they hit a 'buy now' button. When they have successfully payed, i want a new record in my database. How can i do this? Note: vBulletin has this built in it's shopping cart.
check out this page: https://cms.paypal.com/us/cgi-bin/?...howto_html_Appx_websitestandard_htmlvariables it tells how to get the variable from the transaction. you just have to set the url of your handler script. you can use your handler script to insert the record into your database, it also give a list of variables available
its called paypal IPN integration..just google you will see some sample codes use them..if you are not an expert hire a dev
Is paypal IPN free. Its been awhile since I have used paypal and I thought you needed a business account or get a developer key or something?