mraza Posted August 27, 2009 Share Posted August 27, 2009 hello PHP Team ! i have developed a site in PHP. And have made an MySql Data for a reservation form. Now i wants to collect direct payments through credit cards etc, and while the payment is being process by paypal the buyer will see something like payment is being processed then move to confirmation page. I don't wants to buyer get register first etc, just direct payments and on form submission data will be stored in my DB. I am not sure from where to exactly start. I have read some posts here but not clear which system i need to use. i wants to collect payments directly on site. Please if you can provide me some links or exactly any name what thing should i use . Thanks for any help Link to comment https://forums.phpfreaks.com/topic/172176-paypal-integration-api-plz-help/ Share on other sites More sharing options...
akitchin Posted August 27, 2009 Share Posted August 27, 2009 hello PHP Team ! i have developed a site in PHP. And have made an MySql Data for a reservation form. Now i wants to collect direct payments through credit cards etc, and while the payment is being process by paypal the buyer will see something like payment is being processed then move to confirmation page. I don't wants to buyer get register first etc, just direct payments and on form submission data will be stored in my DB. I am not sure from where to exactly start. I have read some posts here but not clear which system i need to use. i wants to collect payments directly on site. Please if you can provide me some links or exactly any name what thing should i use . Thanks for any help google the paypal IPN and have a look through their developer's resources. regardless of what method you choose, you should NOT be storing the user's payment information in your own database. that should be left to the credit card processors, who can guarantee the safety of that information. Link to comment https://forums.phpfreaks.com/topic/172176-paypal-integration-api-plz-help/#findComment-907841 Share on other sites More sharing options...
mraza Posted August 27, 2009 Author Share Posted August 27, 2009 Thanks for the help akitchin ! is it ok to just store the name address or is it not important ? Link to comment https://forums.phpfreaks.com/topic/172176-paypal-integration-api-plz-help/#findComment-907842 Share on other sites More sharing options...
akitchin Posted August 27, 2009 Share Posted August 27, 2009 Thanks for the help akitchin ! is it ok to just store the name address or is it not important ? i would say you can store any information on your own servers (provided you let users know and you have a privacy policy they can read) except credit card numbers, verification codes, anything to do with financial identifiers. Link to comment https://forums.phpfreaks.com/topic/172176-paypal-integration-api-plz-help/#findComment-907849 Share on other sites More sharing options...
mraza Posted August 27, 2009 Author Share Posted August 27, 2009 Thank you very much akitchin much appericiated... i am reading some tutorials. and will let know if required more help... Regards Link to comment https://forums.phpfreaks.com/topic/172176-paypal-integration-api-plz-help/#findComment-907854 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.