在iOS中无法在实时模式下使用Paypal SDK进行充电

时间:2016-02-05 10:01:50

标签: ios transactions paypal

我已将PayPal SDK集成到我的iOS应用中。交易在沙盒模式下工作正常,但在PayPal中切换到实时模式并使用Paypal帐户或信用卡收费时,Paypal api始终会失败并显示错误

"status": 403,
 "duration_time": 239,
 "body": {
  "message": "No permission for the requested operation",
  "information_link": "https://developer.paypal.com/docs/api/#PERMISSION_DENIED",
  "name": "PERMISSION_DENIED",
  "debug_id": "e2ccd1a53d228"
 },
 "additional_properties": {},
 "header": {
  "Content-Length": "187",
  "Content-Language": "*",
  "CORRELATION-ID": "e2ccd1a53d228",
  "Date": "Fri, 05 Feb 2016 06:33:31 GMT",
  "Paypal-Debug-Id": "e2ccd1a53d228",
  "PROXY_SERVER_INFO": "host\\u003dslcjavapapi3035b;threadId\\u003d269",
  "Content-Type": "application/json"
 }
}

再一次,它适用于沙盒模式 我还在应用程序和PayPal App控制台上切换了所有ClientID和Live模式。

任何人都可以帮助我吗?

0 个答案:

没有答案