Answer the question
In order to leave comments, you need to log in
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
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 questionAsk a Question
731 491 924 answers to any question