Answer the question
In order to leave comments, you need to log in
How to set up payment via QIWI in django?
For example, I have a site where all sorts of things are sold. Since most users have QIWI accounts, not PayPal (at least in Kazakhstan), you need to add QIWI payment. I've read the documentation, but it's difficult. Can you show such an "easy" example?
PS Of course, there are also kaspi.kz accounts, but I don't need kaspi yet.
Answer the question
In order to leave comments, you need to log in
In fact, everything is not so difficult. To accept payments on the site, it is enough to implement two requests: pay and check.
Documentation: https://developer.qiwi.com/ru/push-payments-qiwi/
Requests can be generated using the requests python library.
By the way, the exchange protocol of Wooppay.com is almost the same as that of Qiwi. You can connect two payment systems at a time;)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question