问题
I am developing an native app for iOS 7.x having integrated PayPal iOS SDK. I am facing an issue related to live transaction via PayPal.
My PayPal account balance is $0.00 currently. My paypal account is linked to a valid credit card. I have transferred few dollar to PayPal, but the state is "Pending"
Now, I am trying to use my PayPal "Email credentials" to perform a live transaction. However, it throws me following error:
PayPal SDK: Request has failed with error: UNKNOWN_ERROR - System error (UNKNOWN_ERROR). Please try again later. (400) | PayPal Debug-ID: 3e8087cbf6bd1 [live, PayPal iOS SDK 2.1.2]
What can be the possible reason of this error?
Also is it possible to do a successful transaction when PayPal amout = $0.00, though it is linked to a valid credit card ?
Please help.
回答1:
It seems like the PayPal email address is not confirmed on your account . Can you do one thing here : Try to add a new email address in your PayPal account and then confirm it once and then try to perform the transaction once .
回答2:
The issue is that you are not using the correct ClientID. The client ID you are using is not associated with an active App from yoiur developer portal. To correct this, please go into the developer portal and either use a different client ID from a different 'active' app or create a new app.
来源:https://stackoverflow.com/questions/25747148/issue-in-paypal-live-transaction-if-paypal-balance-is-0-00