checkout problem for Credit CardExtension to Save Credit Card Details to Create One Step Checkout ProcessStripe Error “please insert a valid credit card expiration date”Braintree credit card fields disabled in Latest version of Chrome - Magento 2.1Magento CVV What is this help link not worksError place an order with credit card payment methodPayment method Doesn't Show full credit card options on checkout page in magento 2Can we use magento luma theme for checkoutMagento 2 REST API placing order with Braintree Credit Card errorMagento 2 + re-submit payment dataShow custom Credit/Debit card form on Payment Page

Is "remove commented out code" correct English?

Am I breaking OOP practice with this architecture?

How could indestructible materials be used in power generation?

Why didn't Miles's spider sense work before?

Which is the best way to check return result?

What are some good books on Machine Learning and AI like Krugman, Wells and Graddy's "Essentials of Economics"

Should I cover my bicycle overnight while bikepacking?

Why didn't Boeing produce its own regional jet?

In 'Revenger,' what does 'cove' come from?

How do I handle a potential work/personal life conflict as the manager of one of my friends?

What killed these X2 caps?

What about the virus in 12 Monkeys?

Unlock My Phone! February 2018

Arrow those variables!

Why is this clock signal connected to a capacitor to gnd?

ssTTsSTtRrriinInnnnNNNIiinngg

Why can't we play rap on piano?

Can we compute the area of a quadrilateral with one right angle when we only know the lengths of any three sides?

Could the museum Saturn V's be refitted for one more flight?

When is человек used as the word man instead of человек

Solving a recurrence relation (poker chips)

Expand and Contract

Detention in 1997

How did the Super Star Destroyer Executor get destroyed exactly?



checkout problem for Credit Card


Extension to Save Credit Card Details to Create One Step Checkout ProcessStripe Error “please insert a valid credit card expiration date”Braintree credit card fields disabled in Latest version of Chrome - Magento 2.1Magento CVV What is this help link not worksError place an order with credit card payment methodPayment method Doesn't Show full credit card options on checkout page in magento 2Can we use magento luma theme for checkoutMagento 2 REST API placing order with Braintree Credit Card errorMagento 2 + re-submit payment dataShow custom Credit/Debit card form on Payment Page













1















I hooked up in checkout a credit card.
But i encountered such a problem that the payment does not work, and does not even give any error.



enter image description here



Just worth the wait animation and no more. How can I fix this?
The console also has no errors.










share|improve this question
























  • What payment method you are using? Enable payment log for that method and can check the exact request and responses in var/log/payment.log file. If not try to find any information in debug, system and exception log files. You can also check it in your console by finding the response you are receiving in network tab

    – Raj Mohan R
    2 days ago











  • Could you check the exception log? Probably in var/log/exception.log

    – Renjith R
    2 days ago











  • there are no errors regarding checkout on this logs...

    – Denis Maksiura
    2 days ago











  • i have this data array ( 'result' => '0', 'securetoken' => 'token', 'securetokenid' => 'token', 'respmsg' => 'Approved', 'result_code' => '0', ), which means result => 0 and 'result_code' => '0',

    – Denis Maksiura
    2 days ago















1















I hooked up in checkout a credit card.
But i encountered such a problem that the payment does not work, and does not even give any error.



enter image description here



Just worth the wait animation and no more. How can I fix this?
The console also has no errors.










share|improve this question
























  • What payment method you are using? Enable payment log for that method and can check the exact request and responses in var/log/payment.log file. If not try to find any information in debug, system and exception log files. You can also check it in your console by finding the response you are receiving in network tab

    – Raj Mohan R
    2 days ago











  • Could you check the exception log? Probably in var/log/exception.log

    – Renjith R
    2 days ago











  • there are no errors regarding checkout on this logs...

    – Denis Maksiura
    2 days ago











  • i have this data array ( 'result' => '0', 'securetoken' => 'token', 'securetokenid' => 'token', 'respmsg' => 'Approved', 'result_code' => '0', ), which means result => 0 and 'result_code' => '0',

    – Denis Maksiura
    2 days ago













1












1








1








I hooked up in checkout a credit card.
But i encountered such a problem that the payment does not work, and does not even give any error.



enter image description here



Just worth the wait animation and no more. How can I fix this?
The console also has no errors.










share|improve this question
















I hooked up in checkout a credit card.
But i encountered such a problem that the payment does not work, and does not even give any error.



enter image description here



Just worth the wait animation and no more. How can I fix this?
The console also has no errors.







magento2 credit-card






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 days ago







Denis Maksiura

















asked 2 days ago









Denis MaksiuraDenis Maksiura

215




215












  • What payment method you are using? Enable payment log for that method and can check the exact request and responses in var/log/payment.log file. If not try to find any information in debug, system and exception log files. You can also check it in your console by finding the response you are receiving in network tab

    – Raj Mohan R
    2 days ago











  • Could you check the exception log? Probably in var/log/exception.log

    – Renjith R
    2 days ago











  • there are no errors regarding checkout on this logs...

    – Denis Maksiura
    2 days ago











  • i have this data array ( 'result' => '0', 'securetoken' => 'token', 'securetokenid' => 'token', 'respmsg' => 'Approved', 'result_code' => '0', ), which means result => 0 and 'result_code' => '0',

    – Denis Maksiura
    2 days ago

















  • What payment method you are using? Enable payment log for that method and can check the exact request and responses in var/log/payment.log file. If not try to find any information in debug, system and exception log files. You can also check it in your console by finding the response you are receiving in network tab

    – Raj Mohan R
    2 days ago











  • Could you check the exception log? Probably in var/log/exception.log

    – Renjith R
    2 days ago











  • there are no errors regarding checkout on this logs...

    – Denis Maksiura
    2 days ago











  • i have this data array ( 'result' => '0', 'securetoken' => 'token', 'securetokenid' => 'token', 'respmsg' => 'Approved', 'result_code' => '0', ), which means result => 0 and 'result_code' => '0',

    – Denis Maksiura
    2 days ago
















What payment method you are using? Enable payment log for that method and can check the exact request and responses in var/log/payment.log file. If not try to find any information in debug, system and exception log files. You can also check it in your console by finding the response you are receiving in network tab

– Raj Mohan R
2 days ago





What payment method you are using? Enable payment log for that method and can check the exact request and responses in var/log/payment.log file. If not try to find any information in debug, system and exception log files. You can also check it in your console by finding the response you are receiving in network tab

– Raj Mohan R
2 days ago













Could you check the exception log? Probably in var/log/exception.log

– Renjith R
2 days ago





Could you check the exception log? Probably in var/log/exception.log

– Renjith R
2 days ago













there are no errors regarding checkout on this logs...

– Denis Maksiura
2 days ago





there are no errors regarding checkout on this logs...

– Denis Maksiura
2 days ago













i have this data array ( 'result' => '0', 'securetoken' => 'token', 'securetokenid' => 'token', 'respmsg' => 'Approved', 'result_code' => '0', ), which means result => 0 and 'result_code' => '0',

– Denis Maksiura
2 days ago





i have this data array ( 'result' => '0', 'securetoken' => 'token', 'securetokenid' => 'token', 'respmsg' => 'Approved', 'result_code' => '0', ), which means result => 0 and 'result_code' => '0',

– Denis Maksiura
2 days ago










0






active

oldest

votes












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%2f268189%2fcheckout-problem-for-credit-card%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes















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%2f268189%2fcheckout-problem-for-credit-card%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

Sum ergo cogito? 1 nng

419 nièngy_Soadمي 19bal1.5o_g

Queiggey Chernihivv 9NnOo i Zw X QqKk LpB