P
P
PaffosONE2021-02-19 13:58:55
Qiwi
PaffosONE, 2021-02-19 13:58:55

How to make qiwi payment form?

Good afternoon, the question is how to make a payment form through a regular url in https://qiwi.com/payment/form/
only found amount = 10 is the amount of money to transfer, but how to find the number and comment, I climbed the docks, I didn’t find anything .

https://qiwi.com/payment/form/99/?amount=10

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
nikita2585, 2021-02-19
@PaffosONE

p2p.qiwi.com - try through this service

G
grisha2217, 2021-03-10
@grisha2217

Piece of my code

$params = [
      'currency' => 'RUB',
      'amountFraction' => 0,
      'extra' => [
        '\'account\'' => $request['wallet'],
        '\'comment\'' => $this->generatePaymentDescription($payment['payment_id']),
      ],
      'amountInteger' => $payment['amount'],
      'blocked' => [
        'sum', 'comment', 'account',
      ],
    ];

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question