J
J
jtag2018-07-30 10:10:07
Node.js
jtag, 2018-07-30 10:10:07

How to process a get request?

The qiwi payment system sends the following request:

https://service.someprv.ru:8443/payment_app.cgi?command=check&txn_id=1234567&account=4957835959&su
m=200.00"

It is not entirely clear how to process payment_app.cgi. Should it be stored on our server or is it stored on the server of the payment system? and where can i get it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton fon Faust, 2018-07-30
@bubandos

read in the docks, in the same place it is written in Russian in white:
https://developer.qiwi.com/ru/push-payments/index....
Application for connection ( sample )
Legal name of the provider organization (as in the contract)
Short name of the provider (to be displayed in the client interface)
Prompt for user input (to be displayed in the client interface) (for example, "Enter number")
Payment application URL (for example, https://service.someprv.ru:8443/payment_app.cgi)
i.e., you need to come up with your own url and specify it when applying for a connection.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question