Reputation: 629
I have made a DJango app where I show products, now I want to create a shopping cart where the clients will pay for products and shipping. I found this for visa Visa checkout but i don't how how to use it, and also this for Master Card Master card payment gateway service. I understand that they manage all the security and fraud prevention, that's why I'm thinking in an external plugin. As an extra I found this package for PayPal Django-Paypal. Will somebody give me advices or recommend me tutorials for their usage?
Upvotes: 1
Views: 1806
Reputation: 821
Why not just use Stripe for the credit card handling?
Here is a Django package for that: https://github.com/kavdev/dj-stripe
Upvotes: 2