Answer the question
In order to leave comments, you need to log in
Where is the error when working with api?
Hello.
I'm trying to do automatic billing on qiwi.
Before the form in html did:
<?php
$publicKey = '...';
$amount = (int)$info['price'];
$link = 'https://oplata.qiwi.com/create?publicKey='.$publicKey.'&amount='.$amount.'';
?>
<form class="form" action="<?php echo $link; ?>" method="POST">
<input class="email" type="email" name="email" placeholder="Email адрес">
<input class="button-inp" type="submit" name="submit" value="Далее">
</form>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question