How to solve Braintree and Magento 2 checkout issues?
(‘A server error stopped your order from being placed. Please try to place your order again.’, 1, ‘Your bank is unwilling to accept the transaction. This is a soft decline. Please contact your bank and try again.’, ‘en_US’);
Why did I get an error on Magento 2?
Several WeltPixel users reported receiving below error when trying to checkout on our Magento 2.1 store via Braintree. “An error occured on the server. Please try to place the order again.” After several investigations we found not one but several independent issues that lead to this behaviour, you can find the solutions below:
Why is my Magento account not accepting my order?
(‘A server error stopped your order from being placed. Please try to place your order again.’, 1, ‘Your bank is unwilling to accept the transaction. This is a soft decline.
How to fix Magento checkout if there is no region?
Case when the checkout fails if there is no region, affecting UK checkouts, and any countries without preset regions. Solved by installing this extension: https://github.com/gloong/module-quote This a module to provide a work around for the Magento issue where checkout fails, if there is no region. The issue has been reported severally.
How to check accepted credit cards in Magento 2?
Make sure your Magento 2 extension settings on credit card acceptance match your Braintree Merchant account accepted payment methods. How to check accepted credit cards in Magento: How to check accepted credit cards in Braintree:
Why was my Magento transaction declined by my bank?
We checked several declined transactions, all of them were declined because of a client credit card soft decline (credit card limits reached, unusual transaction, insufficient funds, billing and shipping address not matching / zip not matchin – bank stoping the transaction to pass because of high risk, etc..)