贝宝自定义按钮代码。 “用户必须接受付款”

时间:2020-04-23 17:06:28

标签: php html forms paypal

我已经创建了自定义的PatPal按钮代码。

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="from-to@from-to.com">

Price:
<input  name="amount" type="number" step="0.01" value="1.00"> GBP
<br/><br/>
Name/Service Description:<br/>
 <textarea cols="40" rows="5" style="width:400px;height:200px;word-break: break-word;" required name="item_name"></textarea>
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="notify_url" value="https://fromtotranslations.com/?wp_paypal_ipn=1">
<input type="hidden" name="bn" value="WPPayPal_BuyNow_WPS_US">
<br/><br/><br/>
<input type="image" style="max-width:200px" src="https://i.ibb.co/YcBX3Ww/paypall-button.png" border="0" name="submit">

我想增加用户手动输入价格的可能性。 表格似乎正常工作。已付款。 但我在PayPal仪表板上还没有。

作为客户我已收到通知,卖方必须确认付款。

enter image description here

似乎,贝宝(PayPal)无法将我的电子邮件识别为贝宝(PayPal)帐户,或者我不知道在哪里接受客户的付款。

你能帮我吗?

1 个答案:

答案 0 :(得分:0)

from-to@from-to.com是您的PayPal商业帐户的主要电子邮件地址吗?

也许尝试用指向您要在其中接收PayPal付款的企业帐户的值替换该值。


同时,似乎没有与电子邮件from-to@from-to.com关联的PayPal商业帐户,因此这就是为什么没有人接受付款的原因。如果没有人向PayPal注册该电子邮件以接受该电子邮件,则它将在30天内自动退款。

相关问题