visualazza Posted February 27, 2010 Share Posted February 27, 2010 Hello, im trying to think of a way to do the following: User pays money through paypal into my paypal account the amount they payed goes into the "credit" column of a mysql database without any intervention on my part, so its completetly automatic. the rest is easy, its just this bit i cannot think of a way to do this. Any help here would be hot Thanks Link to comment https://forums.phpfreaks.com/topic/193585-money-deposited-into-account-via-paypal/ Share on other sites More sharing options...
ialsoagree Posted February 27, 2010 Share Posted February 27, 2010 You can accomplish this via PayPal's integration API, you can read more about it here: https://www.x.com/community/ppx/code_samples Link to comment https://forums.phpfreaks.com/topic/193585-money-deposited-into-account-via-paypal/#findComment-1019086 Share on other sites More sharing options...
visualazza Posted February 27, 2010 Author Share Posted February 27, 2010 unfortunatly this costs to go live. I was hoping for a bit of php that could retrieve confirmation of a paid transaction and then if confirmed it will minus funds from the database Link to comment https://forums.phpfreaks.com/topic/193585-money-deposited-into-account-via-paypal/#findComment-1019104 Share on other sites More sharing options...
ialsoagree Posted February 27, 2010 Share Posted February 27, 2010 The PayPal API is free. You may be required to update your PayPal account but last time I checked, this was also free. If you don't use PayPal's notification system, there's no way you can know if a payment went through PayPal successfully (unless you manually check). Are you trying to do something different and I'm misunderstanding you? Link to comment https://forums.phpfreaks.com/topic/193585-money-deposited-into-account-via-paypal/#findComment-1019107 Share on other sites More sharing options...
visualazza Posted February 27, 2010 Author Share Posted February 27, 2010 im not too sure what im looking for and how to implement it. It does say to GO LIVE you must buy a license for the api Link to comment https://forums.phpfreaks.com/topic/193585-money-deposited-into-account-via-paypal/#findComment-1019113 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.