The Little Guy Posted November 19, 2006 Share Posted November 19, 2006 Is it possible to have people buy things using PayPal, and 100% of the money goes to me, then I transfer 90% of that money to the owner of the sold product automatically?At the point of registration, I ask for the following information:- Email- PayPal Email- User name- Password Quote Link to comment https://forums.phpfreaks.com/topic/27744-paypal/ Share on other sites More sharing options...
marcus Posted November 19, 2006 Share Posted November 19, 2006 This isn't PHP related. You'll have to ask Paypal about this. Quote Link to comment https://forums.phpfreaks.com/topic/27744-paypal/#findComment-126936 Share on other sites More sharing options...
The Little Guy Posted November 19, 2006 Author Share Posted November 19, 2006 Are there any good tutorials out there for making secure online PHP payments? I know how to make a shopping cart, I just don't know how to do online payments. Quote Link to comment https://forums.phpfreaks.com/topic/27744-paypal/#findComment-126941 Share on other sites More sharing options...
marcus Posted November 19, 2006 Share Posted November 19, 2006 Well, if you make a business account on PayPal they will give you things to make for purchasing goods. Quote Link to comment https://forums.phpfreaks.com/topic/27744-paypal/#findComment-126945 Share on other sites More sharing options...
The Little Guy Posted November 19, 2006 Author Share Posted November 19, 2006 I don't really want to use PayPal, I would really like to use my own, It would meet my needs much easier. Quote Link to comment https://forums.phpfreaks.com/topic/27744-paypal/#findComment-126946 Share on other sites More sharing options...
doni49 Posted November 19, 2006 Share Posted November 19, 2006 Agreed--this isn't PHP. But what you're asking about is the PayPal API. You can use it to automatically send payments to anyone.check out http://www.pdncommunity.com/ (paypay developer forums) for more info. Quote Link to comment https://forums.phpfreaks.com/topic/27744-paypal/#findComment-126947 Share on other sites More sharing options...
doni49 Posted November 19, 2006 Share Posted November 19, 2006 [quote author=The Little Guy link=topic=115515.msg470392#msg470392 date=1163909092]I don't really want to use PayPal, I would really like to use my own, It would meet my needs much easier.[/quote]Well then why did your original message ask how to use PP to recieve payments and send a percentage to someone else?And if you do go with "your own", you'll need to get a merchant account, a payment gateway, ensure that you keep your customer's credit card info secure .............. Quote Link to comment https://forums.phpfreaks.com/topic/27744-paypal/#findComment-126949 Share on other sites More sharing options...
mourningreign Posted November 19, 2006 Share Posted November 19, 2006 I have done this with a calculation of percentage and store the data in a database. Then I send them to Paypal to make the payment. I then validated that they made payment buy letting Paypal send them to a page on completion of purchase and checking to see the referring URL. Unfortunately, these were preset payment values. Quote Link to comment https://forums.phpfreaks.com/topic/27744-paypal/#findComment-126962 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.