Magento 2 – Braintree Payment Gateway Failure: ‘Something Went Wrong’

braintreemagento2payment-methods

Problem:

Products in Magento store cannot be processed via Braintree payment.

Versions:

  • PHP: 7.0.27
  • Magento: 2.1.11

Steps to reproduce:

  1. Add product to cart
  2. Proceed to checkout
  3. Sign in
  4. Select Braintree Payment Method
  5. Enter CC No. (4111111111111111) Exp Date: 02/18 CVC: 111

Result "Sorry, but something went wrong".

My understanding is that the latest version of the core Magento code is very unstable. I had no problems with this (and authorize.net)modules with previous Magento versions.

Does anyone have a solution? Otherwise, I simply cannot use my store.

Best Answer

Just had this happen to me, the advanced setting for the account was that of production not of the sandbox, remove this to use default or add the one from the sandbox account.

Related Topic