微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Paypal与Braintree说“未找到商家帐户”

我尝试使用braintree集成PayPal并遵循 this tutorial.我最终收到错误:未找到商家帐户 – screenshot.

我使用的是Swift 3和Xcode 8.1.

here is my viewDidLoad

这些都是我的应用中所需的更新:

ScreenShot 1

ScreenShot 2

ScreenShot 3

ScreenShot 4

ScreenShot 5

任何帮助将不胜感激!

解决方法

在我的情况下,这是我的沙箱帐户的问题,我通过与braintree支持沟通解决了同样的问题.

ME : I have setup a Braintree sandBox account to make test PayPal payments. The userid is [email protected]
I am able to test hosted fields properly using this account,however I get Merchant account not found when I try to use the same client for PayPal. Can you please help me if I am missing any configuration?

Braintree Support : Your SandBox merchant accounts don’t have PayPal enabled which Could explain the error you are witnessing. I added PayPal as processor for your default merchant account (MobikonDefault).
Please try again and if the problem appears again,I would need you to provide your ClientToken API call and the exact time you reproduced the issue (including timezone).

ME : Thanks,that worked. Although I would like to kNow if I can do this configuration myself. I did not find any path to do so.

Braintree Support : Thanks for reaching back out to us. Currently,there is no way to set this up from the merchant side – this is a direct configuration on our backend that we have to set up (the one that Elvis set up for you).

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐