magento2 Braintree payment如何使用?

发布于 2022-09-04 07:05:26 字数 1519 浏览 10 评论 0

https://www.braintreepayments...
从这里注册了个sandbox account,然后到magento EE 2.0.10后台开启了Braintree,并输入了sandbox提示的key,在CHECKOUT时会显示信用卡输入,但我使用多张测试卡,它仍然提示失败。

我查LOG,会得到以下信息:

exception 'Braintree_Exception_Authorization' in /home/mg2e1dem/public_html/vendor/braintree/braintree_php/lib/Braintree/Util.php:56
#0 /home/mg2e1dem/public_html/vendor/braintree/braintree_php/lib/Braintree/Http.php(44): Braintree_Util::throwStatusCodeException(403)
#1 /home/mg2e1dem/public_html/vendor/braintree/braintree_php/lib/Braintree/TransactionGateway.php(392): Braintree_Http->post('/merchants/wz22...', Array)
#2 /home/mg2e1dem/public_html/vendor/braintree/braintree_php/lib/Braintree/TransactionGateway.php(45): Braintree_TransactionGateway->_doCreate('/transactions', Array)
#3 /home/mg2e1dem/public_html/vendor/braintree/braintree_php/lib/Braintree/TransactionGateway.php(240): Braintree_TransactionGateway->create(Array)
#4 /home/mg2e1dem/public_html/vendor/braintree/braintree_php/lib/Braintree/Transaction.php(450): Braintree_TransactionGateway->sale(Array)
#5 /home/mg2e1dem/public_html/vendor/magento/module-braintree/Model/Adapter/BraintreeTransaction.php(25): Braintree_Transaction::sale(Array)

查代码是因为返回了403,但我的KEYS反复验证过没有错,而且也换了一个新的,仍然不行。

我的测试卡从以下地址获取:
https://developers.braintreep...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文