0

我创建了一个 REST 应用程序,并在沙盒中成功执行了链式支付,但是当我尝试在实时环境中进行链式支付时,出现以下错误:

(  
[Receiver] =>  
[Category] => Application  
[Domain] => PLATFORM  
[ErrorID] => 550001  
[ExceptionID] =>  
[Message] => User is not allowed to perform this action  
[Parameter] => Chained Payment  
[Severity] => Error  
[Subdomain] => Application  
)  

我需要做什么才能获得执行链式付款的适当权限?

4

1 回答 1

0

您需要确保几件事情:

  • 检查您的应用程序的状态,您需要登录到apps.paypal.com 并查看您Chain Payments在提交应用程序时是否已选择。
  • 确保您的 PayPal 帐户得到确认和验证。
于 2014-12-30T02:39:01.670 回答