Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/visual-studio-2008/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Paypal 580022-接收器位于非';无法接收付款_Paypal_Chained - Fatal编程技术网

Paypal 580022-接收器位于非';无法接收付款

Paypal 580022-接收器位于非';无法接收付款,paypal,chained,Paypal,Chained,我正在使用PHP制作一个众筹网站,我正在使用预批准和链接支付 我能够以编程方式创建和取消预先批准的付款,但当我尝试支付其中一笔款项时,我会出现以下错误: 580022-接收方所在的国家/地区无法接收付款 我有两个接收者,主要接收者获得95%的金额,是被抵押项目的所有者。 剩下的5%作为佣金归我 两个接收者都有英国贝宝账户,我在沙箱工作 知道怎么了吗?我希望这项功能在英国也能使用,否则我一路走来都是白来的 我使用此API进行付款: 以下是正在发送到paypal的生成的XML: <?xml v

我正在使用PHP制作一个众筹网站,我正在使用预批准和链接支付

我能够以编程方式创建和取消预先批准的付款,但当我尝试支付其中一笔款项时,我会出现以下错误:

580022-接收方所在的国家/地区无法接收付款

我有两个接收者,主要接收者获得95%的金额,是被抵押项目的所有者。 剩下的5%作为佣金归我

两个接收者都有英国贝宝账户,我在沙箱工作

知道怎么了吗?我希望这项功能在英国也能使用,否则我一路走来都是白来的

我使用此API进行付款:

以下是正在发送到paypal的生成的XML:

<?xml version="1.0" encoding="utf-8"?>
<PayRequest xmlns="http://svcs.paypal.com/types/ap">
  <requestEnvelope xmlns="">
    <detailLevel>ReturnAll</detailLevel>
    <errorLanguage>en_US</errorLanguage>
  </requestEnvelope>
  <actionType xmlns="">PAY_PRIMARY</actionType>
  <cancelUrl xmlns="">http://89.238.152.7/funding/error/cancelled</cancelUrl>
  <clientDetails xmlns="">
    <applicationId xmlns="">APP-80W284485P519543T</applicationId>
    <customerId xmlns="">1</customerId>
    <ipAddress xmlns="">92.27.172.254</ipAddress>
    <partnerName xmlns="">The Funding Forum</partnerName>
  </clientDetails>
  <currencyCode xmlns="">GBP</currencyCode>
  <feesPayer xmlns="">EACHRECEIVER</feesPayer>
  <fundingConstraint xmlns="">
    <allowedFundingType xmlns="">
      <fundingTypeInfo xmlns="">
        <fundingType xmlns="">ECHECK</fundingType>
      </fundingTypeInfo>
      <fundingTypeInfo xmlns="">
        <fundingType xmlns="">BALANCE</fundingType>
      </fundingTypeInfo>
      <fundingTypeInfo xmlns="">
        <fundingType xmlns="">CREDITCARD</fundingType>
      </fundingTypeInfo>
    </allowedFundingType>
  </fundingConstraint>
  <ipnNotificationUrl xmlns="">http://89.238.152.7/paypal/ipn.php</ipnNotificationUrl>
  <preapprovalKey xmlns="">PA-8EE05998ST379664R</preapprovalKey>
  <receiverList xmlns="">
    <receiver xmlns="">
      <amount xmlns="">0.5</amount>
      <email xmlns="">james_1351605562_per@design365.co.uk</email>
      <paymentType xmlns="">GOODS</paymentType>
      <primary xmlns="">true</primary>
    </receiver>
    <receiver xmlns="">
      <amount xmlns="">0.02</amount>
      <email xmlns="">james_1351605505_biz@design365.co.uk</email>
      <paymentType xmlns="">GOODS</paymentType>
      <primary xmlns="">false</primary>
    </receiver>
  </receiverList>
  <sender>
    <useCredentials xmlns="">
  </useCredentials>
</sender>
  <account xmlns="">
    <email xmlns="">poeljames@gmail.com</email>
    <phone xmlns="">
  </phone>
</account>
  <returnUrl xmlns="">http://89.238.152.7/funding/success/return</returnUrl>
</PayRequest>

返回所有
恩努斯
初级支付
http://89.238.152.7/funding/error/cancelled
APP-80W284485P519543T
1.
92.27.172.254
筹资论坛
英镑
每个接受者
埃切克
平衡
信用卡
http://89.238.152.7/paypal/ipn.php
PA-8EE05998ST379664R
0.5
詹姆斯·努1351605562_per@design365.co.uk
货物
真的
0.02
詹姆斯•欧1351605505_biz@design365.co.uk
货物
假的
poeljames@gmail.com
http://89.238.152.7/funding/success/return
有人能帮忙吗

谢谢,

请在
问题在于沙盒中的AppID。我们正在努力解决这个问题


编辑:现在应该解决这个问题。如果您发现任何进一步的问题,请告诉我。

当我使用美国沙箱帐户时,它似乎运行良好:/Why't this not work with UK??可能重复感谢,Robert。希望这件事很快得到解决,你能告诉我最新情况吗?目前,我将使用美国沙箱帐户,但想在发布前测试英国帐户。这应该现在解决。如果您发现任何其他问题,请告诉我。我现在收到一个不同的错误:559044-接收器buy2uk@ff.com不接受以这种货币付款。该笔款项由一个英国账户以英镑支付,收款人拥有一个英国账户。