Reputation: 365
I am developing a web app that supports Online payment in Django. Stripe, Paypal, RazorPay, etc does not support my country.
I would like to have those type of payment integration which Google and some other companies uses.
Like: Payment through just Card Number + Expiry date and 3-digit pin(from the back of card)
Is there any library or method available to do this task using Django
Thanks in advance
Upvotes: 0
Views: 633
Reputation: 767
You have 2 options. You can use a payment provider that works in your country, or you can become a payment provider.
Becoming a payment provider is a very long and expensive journey, and extremely complex.
You will need to find a payment provider that works for your country and then integrate with them using their API.
Upvotes: 1