Where should I start looking for a online payment system where once a user pays their account is given full access to the game? Basically exactly like the payment system in minecraft.net . I post in r/programming, because I don’t know if I should be using sql database or what. I don’t even have the username/password system set up.
Share
It’s not that difficult, in theory. I’ll leave the implementation up to you, though.
This assumes you have a A. website, B. SQL database, and C. PayPal account:
And now you can check that they’ve paid when they log in to the game client.