Djrikidk Posted May 4, 2010 Share Posted May 4, 2010 Hi everyone, i am making an online PHP game, with alot stuff that has limits and such. I've been thinking about adding something so the user can buy a premium account, so the limits is removed. The user should be able to buy a premium account for something like $2, with the persons credit card. But, how do i do that? And is it free? Link to comment https://forums.phpfreaks.com/topic/200690-selling-things-on-my-website/ Share on other sites More sharing options...
hcdarkmage Posted May 4, 2010 Share Posted May 4, 2010 You would have to get an processing account, like PayPal, for taking the credit card information. You would also have to set up permissions for those users that buy the premium service. Generally it is free to set up these accounts, but they have a tendency to charge a small fee per transaction done. You would have to read the conditions of whatever processing service you are looking at. Link to comment https://forums.phpfreaks.com/topic/200690-selling-things-on-my-website/#findComment-1053157 Share on other sites More sharing options...
Djrikidk Posted May 4, 2010 Author Share Posted May 4, 2010 How should i register a PayPal account? I mean, i looked at the products tab, but i'm not sure which one i should choose then, and how do i make PHP code that can send the Credit Card number to PayPal? Link to comment https://forums.phpfreaks.com/topic/200690-selling-things-on-my-website/#findComment-1053163 Share on other sites More sharing options...
hcdarkmage Posted May 4, 2010 Share Posted May 4, 2010 PayPal has all the information you need to incorporate it into your website. On the main page, look carefully at what is offered, and make your decision accordingly. It is all there. Only you know what you need it to do, so only you can determine what services you need. Go through the documentation. Look through their tutorials. Ask them questions. They will help you get started. Link to comment https://forums.phpfreaks.com/topic/200690-selling-things-on-my-website/#findComment-1053167 Share on other sites More sharing options...
Djrikidk Posted May 8, 2010 Author Share Posted May 8, 2010 Thanks alot, i hope it works! Link to comment https://forums.phpfreaks.com/topic/200690-selling-things-on-my-website/#findComment-1055016 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.