H
H
howuu2019-06-15 00:35:10
Django
howuu, 2019-06-15 00:35:10

Connecting LiqPay to Django site?

Hi, I have a self-written Django online store and I want to connect LiqPay payment to it, while in test mode, I have never worked with payment systems before, but I can’t exactly agree with myself how to do it, registered on the site, got keys, I read the documentation for an hour, I can roughly imagine that if you work with the API directly, you need to send a payment request to them, and somehow lure it out, but so far I am very floating.
There is their sdk on github , but it was updated 2 years ago and I don’t know whether to consider it relevant, and it’s not very filled with explicit examples, and besides what it is, there is a whole space of what you can think of how to implement it, but I even stumbled over the fact that I can’t import the package installed via pip and in traceback, the error is generally associated with the print function without brackets, as in the second python, in general, that the documentation that the sdk leaves me with a lot of doubts, I’m ready to take the time to figure it out, but perhaps there is some kind of guide or resource where they would explain how my task can be implemented, at least in a basic form, but more razzhovanno? I will be very grateful

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
IvanOne, 2019-06-18
@IvanOne

Maybe they scored on sdk, and now they only support api. It is best for you to delve into their api, there is a requests package in python, it will allow you to build communication with another service via http requests.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question