Forums

Payment method in pythonanywhere ?

What payment gateway used on pythonanywhere site? Actually, I want to add the same method to my site. I want that users will add data from their credit card (number, end date and cvv) and that's all. Money moved to some of my wallet. How I can do that?

We use Stripe for credit/debit card processing, and we also allow PayPal. If you're starting from scratch, I'd suggest using just Stripe -- having multiple payment processors makes things very complicated.

Thank you very much for your answer. It's very helpfully And new one questions. Can I use this Stripe if I don't have Sole proprietor(private entrepreneur) status in EU?

You need to ask Stripe.

What about changing bank details to paid account

Do you mean how do you implement it? You will need to check the Stripe documentation.