Imad Posted August 26, 2008 Share Posted August 26, 2008 Hi Guys, I have a question regarding Paypal IPN and php. I have a ticketing system I created that requires a connection to my database. I need the user to fill out a form with qnty, name, item, etc stores that information in the database and than proceeds to paypal checkout. After the user finishes with the payment I need it to send an email with a generated url to the page of where they can download the tickets which has the information of which they entered before proceeding to paypal. Does anyone know how I can do this and or have tutorials of where I can do so. The only part I don't know is getting my ticketing system to integrate with Paypal and work accordingly. Best Regards Link to comment https://forums.phpfreaks.com/topic/121427-php-with-paypal/ Share on other sites More sharing options...
akitchin Posted August 26, 2008 Share Posted August 26, 2008 the IPN sends a notification to your script of choice when a transaction has completed, along with the result. if the transaction was a success, you can then generate the URL and email it to them. it's part of the IPN functionality, as a matter of fact - have you had a look at the IPN technical manual? Link to comment https://forums.phpfreaks.com/topic/121427-php-with-paypal/#findComment-626162 Share on other sites More sharing options...
Imad Posted August 26, 2008 Author Share Posted August 26, 2008 I was reading through some overlooks but not the tech manual. (I actually couldn't find it). Do you have a link to it? Best Regards. Link to comment https://forums.phpfreaks.com/topic/121427-php-with-paypal/#findComment-626166 Share on other sites More sharing options...
akitchin Posted August 26, 2008 Share Posted August 26, 2008 paypal has an entire section of their website devoted to developers, since integration is obviously often a requirement. start with the launch page below: https://www.paypal.com/IntegrationCenter/ic_pdnHome.html you should be able to find all the information you need through there. there's a fair bit of it to get through, but then, it's not something you want rush through quickly anyhow. Link to comment https://forums.phpfreaks.com/topic/121427-php-with-paypal/#findComment-626168 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.