Show credit card error reason @ checkoutEdit “Your credit card will be charged for” on onepage checkout...

Strange Sign on Lab Door

Compress command output by piping to bzip2

It took me a lot of time to make this, pls like. (YouTube Comments #1)

Can you earn endless XP using a Flameskull and its self-revival feature?

Do authors have to be politically correct in article-writing?

How to prevent cleaner from hanging my lock screen in Ubuntu 16.04

Isn't using the Extrusion Multiplier like cheating?

How would an AI self awareness kill switch work?

Why is working on the same position for more than 15 years not a red flag?

How can animals be objects of ethics without being subjects as well?

Can an insurance company drop you after receiving a bill and refusing to pay?

What does Cypher mean when he says Neo is "gonna pop"?

What makes the Forgotten Realms "forgotten"?

Is there any differences between "Gucken" and "Schauen"?

Why does a metal block make a shrill sound but not a wooden block upon hammering?

Is it a fallacy if someone claims they need an explanation for every word of your argument to the point where they don't understand common terms?

Grade 10 Analytic Geometry Question 23- Incredibly hard

How to tag distinct options/entities without giving any an implicit priority or suggested order?

Why did other German political parties disband so fast when Hitler was appointed chancellor?

Dilemma of explaining to interviewer that he is the reason for declining second interview

Pre-1980's science fiction short story: alien disguised as a woman shot by a gangster, has tentacles coming out of her breasts when remaking her body

Can I write a book of my D&D game?

Why would the Pakistan airspace closure cancel flights not headed to Pakistan itself?

Disable the ">" operator in Rstudio linux terminal



Show credit card error reason @ checkout


Edit “Your credit card will be charged for” on onepage checkout to show desired currencyOnepage Checkout - No place to enter credit card informationError place an order with credit card payment methodSorry, but something went wrong. Please contact the seller. Issue : when checkout with credit card (Authorized.net) - Magento-2.1.2Payment method Doesn't Show full credit card options on checkout page in magento 2Paypal checkout usng credit cardMagento hangs/gets stuck on on “order processing” - No order created in back endHow to display Authorize.Net Direct Post response messages in checkout?Magento 2 REST API placing order with Braintree Credit Card errorRemove Credit Card option from magento 2 checkout













0















I'm currently running 2.1.3 and utilizing Braintree processing at checkout. Currently, if a customer places an error with a bad credit card, wrong CVV number, or wrong address, they just get the error of



An error occurred on the server. Please try to place the order again.



What do I need to change in PaymentInformationManagement.php to override this and show the actual reason for decline? Such as card declined, cvv error, address error, etc.










share|improve this question














bumped to the homepage by Community 17 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • The file you are looking for is PaymentDetailsHandler.php. Braintree returns different codes depending on the status of the payment: developers.braintreepayments.com/reference/general/… you would need to check against those codes to determine why the payment failed

    – Andrew Noble
    Feb 11 '17 at 4:48


















0















I'm currently running 2.1.3 and utilizing Braintree processing at checkout. Currently, if a customer places an error with a bad credit card, wrong CVV number, or wrong address, they just get the error of



An error occurred on the server. Please try to place the order again.



What do I need to change in PaymentInformationManagement.php to override this and show the actual reason for decline? Such as card declined, cvv error, address error, etc.










share|improve this question














bumped to the homepage by Community 17 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
















  • The file you are looking for is PaymentDetailsHandler.php. Braintree returns different codes depending on the status of the payment: developers.braintreepayments.com/reference/general/… you would need to check against those codes to determine why the payment failed

    – Andrew Noble
    Feb 11 '17 at 4:48
















0












0








0








I'm currently running 2.1.3 and utilizing Braintree processing at checkout. Currently, if a customer places an error with a bad credit card, wrong CVV number, or wrong address, they just get the error of



An error occurred on the server. Please try to place the order again.



What do I need to change in PaymentInformationManagement.php to override this and show the actual reason for decline? Such as card declined, cvv error, address error, etc.










share|improve this question














I'm currently running 2.1.3 and utilizing Braintree processing at checkout. Currently, if a customer places an error with a bad credit card, wrong CVV number, or wrong address, they just get the error of



An error occurred on the server. Please try to place the order again.



What do I need to change in PaymentInformationManagement.php to override this and show the actual reason for decline? Such as card declined, cvv error, address error, etc.







checkout magento-2.1.2






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 11 '17 at 3:37









Eric FoxEric Fox

86213




86213





bumped to the homepage by Community 17 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.







bumped to the homepage by Community 17 mins ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.















  • The file you are looking for is PaymentDetailsHandler.php. Braintree returns different codes depending on the status of the payment: developers.braintreepayments.com/reference/general/… you would need to check against those codes to determine why the payment failed

    – Andrew Noble
    Feb 11 '17 at 4:48





















  • The file you are looking for is PaymentDetailsHandler.php. Braintree returns different codes depending on the status of the payment: developers.braintreepayments.com/reference/general/… you would need to check against those codes to determine why the payment failed

    – Andrew Noble
    Feb 11 '17 at 4:48



















The file you are looking for is PaymentDetailsHandler.php. Braintree returns different codes depending on the status of the payment: developers.braintreepayments.com/reference/general/… you would need to check against those codes to determine why the payment failed

– Andrew Noble
Feb 11 '17 at 4:48







The file you are looking for is PaymentDetailsHandler.php. Braintree returns different codes depending on the status of the payment: developers.braintreepayments.com/reference/general/… you would need to check against those codes to determine why the payment failed

– Andrew Noble
Feb 11 '17 at 4:48












1 Answer
1






active

oldest

votes


















0














Magento place order flow provides only high-level errors, it allows to make an application more secure. So it's not a good idea to show specific errors for a customer.



According to Magento Braintree implementation, it based on Hosted Fields, so all card data validation, like card number, expiration dates, CVV processes on the payment form.






share|improve this answer
























  • So there's no way of showing the customer that the transaction isn't working because of card number, CVV, etc? Instead, they just see a generic message saying there was an error on the server, making them think it's the website, and not their card.

    – Eric Fox
    Feb 11 '17 at 20:05











  • You can override default behavior but I don't recommend to do it. Also, I think it's a not particular case when a real card successfully validated on payment form but failed after authorization/sale transaction.

    – joni jones
    Feb 12 '17 at 8:43











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "479"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f159332%2fshow-credit-card-error-reason-checkout%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Magento place order flow provides only high-level errors, it allows to make an application more secure. So it's not a good idea to show specific errors for a customer.



According to Magento Braintree implementation, it based on Hosted Fields, so all card data validation, like card number, expiration dates, CVV processes on the payment form.






share|improve this answer
























  • So there's no way of showing the customer that the transaction isn't working because of card number, CVV, etc? Instead, they just see a generic message saying there was an error on the server, making them think it's the website, and not their card.

    – Eric Fox
    Feb 11 '17 at 20:05











  • You can override default behavior but I don't recommend to do it. Also, I think it's a not particular case when a real card successfully validated on payment form but failed after authorization/sale transaction.

    – joni jones
    Feb 12 '17 at 8:43
















0














Magento place order flow provides only high-level errors, it allows to make an application more secure. So it's not a good idea to show specific errors for a customer.



According to Magento Braintree implementation, it based on Hosted Fields, so all card data validation, like card number, expiration dates, CVV processes on the payment form.






share|improve this answer
























  • So there's no way of showing the customer that the transaction isn't working because of card number, CVV, etc? Instead, they just see a generic message saying there was an error on the server, making them think it's the website, and not their card.

    – Eric Fox
    Feb 11 '17 at 20:05











  • You can override default behavior but I don't recommend to do it. Also, I think it's a not particular case when a real card successfully validated on payment form but failed after authorization/sale transaction.

    – joni jones
    Feb 12 '17 at 8:43














0












0








0







Magento place order flow provides only high-level errors, it allows to make an application more secure. So it's not a good idea to show specific errors for a customer.



According to Magento Braintree implementation, it based on Hosted Fields, so all card data validation, like card number, expiration dates, CVV processes on the payment form.






share|improve this answer













Magento place order flow provides only high-level errors, it allows to make an application more secure. So it's not a good idea to show specific errors for a customer.



According to Magento Braintree implementation, it based on Hosted Fields, so all card data validation, like card number, expiration dates, CVV processes on the payment form.







share|improve this answer












share|improve this answer



share|improve this answer










answered Feb 11 '17 at 11:35









joni jonesjoni jones

1,836414




1,836414













  • So there's no way of showing the customer that the transaction isn't working because of card number, CVV, etc? Instead, they just see a generic message saying there was an error on the server, making them think it's the website, and not their card.

    – Eric Fox
    Feb 11 '17 at 20:05











  • You can override default behavior but I don't recommend to do it. Also, I think it's a not particular case when a real card successfully validated on payment form but failed after authorization/sale transaction.

    – joni jones
    Feb 12 '17 at 8:43



















  • So there's no way of showing the customer that the transaction isn't working because of card number, CVV, etc? Instead, they just see a generic message saying there was an error on the server, making them think it's the website, and not their card.

    – Eric Fox
    Feb 11 '17 at 20:05











  • You can override default behavior but I don't recommend to do it. Also, I think it's a not particular case when a real card successfully validated on payment form but failed after authorization/sale transaction.

    – joni jones
    Feb 12 '17 at 8:43

















So there's no way of showing the customer that the transaction isn't working because of card number, CVV, etc? Instead, they just see a generic message saying there was an error on the server, making them think it's the website, and not their card.

– Eric Fox
Feb 11 '17 at 20:05





So there's no way of showing the customer that the transaction isn't working because of card number, CVV, etc? Instead, they just see a generic message saying there was an error on the server, making them think it's the website, and not their card.

– Eric Fox
Feb 11 '17 at 20:05













You can override default behavior but I don't recommend to do it. Also, I think it's a not particular case when a real card successfully validated on payment form but failed after authorization/sale transaction.

– joni jones
Feb 12 '17 at 8:43





You can override default behavior but I don't recommend to do it. Also, I think it's a not particular case when a real card successfully validated on payment form but failed after authorization/sale transaction.

– joni jones
Feb 12 '17 at 8:43


















draft saved

draft discarded




















































Thanks for contributing an answer to Magento Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f159332%2fshow-credit-card-error-reason-checkout%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

“%fieldName is a required field.”, in Magento2 REST API Call for GET Method Type The Next...

How to change City field to a dropdown in Checkout step Magento 2Magento 2 : How to change UI field(s)...

夢乃愛華...