Issue in PayPal live transaction if PayPal Balance is $0.00

笑着哭i 提交于 2019-12-13 02:01:43

问题


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]
  1. What can be the possible reason of this error?

  2. 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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!