我已将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模式。
任何人都可以帮助我吗?