0

I am trying to make a real time e-commerce site that people can really order stuff on. I wanted it to have an actual payment option like Stripe. But is there any other option other than Stripe? Can I use something like Payoneer, or PayPal or something like that?

Sudo Su
  • 41
  • 7
  • https://stackoverflow.com/questions/2714284/django-paypal-integration There you go – SimbaOG Feb 18 '22 at 10:39
  • Thanks. That was helpful. But do you have any ideas for Payoneer?? – Sudo Su Feb 18 '22 at 11:46
  • You can use their API. You shall find it by googling – SimbaOG Feb 18 '22 at 11:54
  • The above information for using PayPal with Django is old; a current HTML+JS PayPal integration is documented at https://developer.paypal.com/docs/checkout/standard/integrate/ and can be adapted to any framework – Preston PHX Feb 18 '22 at 12:34

1 Answers1

1

A current HTML+JS PayPal Checkout integration can be adapted to any framework, but here is a Django-specific guide.

Preston PHX
  • 27,642
  • 4
  • 24
  • 44