R
R
Roman2020-12-17 11:50:07
PHP
Roman, 2020-12-17 11:50:07

How to get information about QIWI PHP payment status?

Hello. I implement the payment form by redirecting to a link with the required parameters in the GET request.
Example:
location.href = " https://oplata.qiwi.com/create?publicKey=********&... td"
As a result, the QIWI form opens and the payment goes fine. Upon completion of the payment, the site page opens
site.ru/result the idea is that on this page we pull out information about the ordered payment from the database, which we form even before the redirect to qiwi and get information about the payment from qiwi, which has now passed. We compare the same amounts so that there are no differences, and then we already perform our actions with all this information. So the question is, is it somehow possible to simply catch this information from kiwi? Many thanks in advance for your help) P.s. I saw an off php library on the kiwi site, but I couldn’t make friends with it at all.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
RuBear, 2020-12-17
@pulman

Of course, it’s better to make friends with the library, it’s easier than catching something. Redirect - what is it? Does the client follow the link or is the form integrated on the site?

B
Boris Korobkov, 2020-12-17
@BorisKorobkov

https://developer.qiwi.com/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question