php - 目前印度的 PayPal 账户只能发送付款。该收款人没有资格获得资金

标签 php codeigniter paypal sandbox

我正在尝试从沙盒买家帐户沙盒业务付款 帐户。 我得到了错误

Currently PayPal accounts in India are only able to send payments. This recipient is not eligible to receivefunds.

这是我的 html 表单:

<form name="_xclick" action="https://www.sandbox.paypal.com/cgi-bin /webscr" method="post">    
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="vpratap-facilitator@grepruby.com">
<input type="hidden" name="currency_code" value="USD">
<input type="hidden" name="quantity" value= "5">
<input type="hidden" name="amount" value="1">
<input type="hidden" name="shipping" value="0" />
<input type="image" src="http://www.paypal.com/en_GB/i/btn/x-click-but01.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and
       secure!"> 
  </form>  

最佳答案

解决方案是使用 Sandbox->Accounts->Create Account 创建新帐户。请注意,重要的部分是在国家/地区使用美国

关于php - 目前印度的 PayPal 账户只能发送付款。该收款人没有资格获得资金,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29604420/

相关文章:

php - 用具体值模拟 atLeastOnce,其余的不重要

php - MySQL 计数和总数

php - CodeIgniter $this->input->get() 不工作

php - Paypal IPN - 获得+然后丢失数据?

php - 模糊 DISTINCT 值

javascript - Javascript PHP 中基于时间的代码执行

php - humans_21909=codeigniter 项目中有 1 个错误

java - JUpload与codeigniter结合

api - Paypal REST API 凭据无效

PayPal 计费协议(protocol) - 创建后无approval_url 或redirect_url