Merchant PayPal is created and connected at top-up. However, when a user logs in to his PayPal, the following error is displayed:
We are sorry, we are experiencing temporary conditions. Please try again later. If this error occurred, make it possible to avoid payment.
For some browsers, this problem can be resolved by clearing or deleting cookies.
Message 0
In the sandbox, everything works.
Form Code:
<form method="post" action="https://www.paypal.com/cgi-bin/webscr" accept-charset="UTF-8"> <input type="hidden" name="cmd" value="_xclick" /> <input type="hidden" name="business" value="my@gmail.com" /> <input type="hidden" name="item_name" value="Пополнение счета" /> <input type="hidden" name="return" value="http://mysite.ru/" /> <input type="hidden" name="notify_url" value="http://mysite.ru/" /> <input type="hidden" name="custom" value="123"/> <input type="text" name="amount" placeholder="Введите сумму" required></input> <input type="hidden" name="tax" value="0.00" /> <input type="hidden" name="currency_code" value="USD" /> <button type="submit" value="Перейти к оплате">Перейти к оплате</button> </form>