S
S
Shporsoft2020-07-28 07:46:11
Django
Shporsoft, 2020-07-28 07:46:11

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

2 answer(s)
E
Eugene D., 2020-07-29
@devg

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;)

D
Dimonchik, 2020-07-28
@dimonchik2013

same as not on django

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question