<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Visa checkout is not working. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Visa-checkout-is-not-working/m-p/78218#M49110</link>
    <description>&lt;P&gt;&lt;FONT face="times new roman,times,serif"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="times new roman,times,serif"&gt;I have configured Authorize.net in my magento 2 store using&amp;nbsp;&lt;A href="https://marketplace.magento.com/authorizenet-magento-module-authorizenet.html" target="_blank" rel="noopener"&gt;https://marketplace.magento.com/authorizenet-magento-module-authorizenet.html&lt;/A&gt; extension. Credit card payment is congiured and it is working fine in live magento store (&lt;A href="https://instabloom.com/" target="_blank" rel="noopener noreferrer"&gt;https://instabloom.com&lt;/A&gt;). I also wanted to allow the Debit card payment and for this we have to enable Visa checkout, So I configured Visa checkout in our test environment with SANDBOX account. But i haven't been able to complete the visa cchekout process.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;&lt;SPAN&gt;In checkout page after completing the Visa checkout page process page doesn't redirect to order success page. Also order is not captured in magento backend.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times,serif"&gt;&lt;SPAN&gt;I am currently using the sandbox account for staging(&lt;/SPAN&gt;&lt;A href="https://inb-qa.codilar.in/" target="_blank" rel="noopener noreferrer"&gt;https://inb-qa.codilar.in/&lt;/A&gt;&lt;SPAN&gt;) server and Live authorize net account for production(&lt;/SPAN&gt;&lt;A href="https://instabloom.com/" target="_blank" rel="noopener noreferrer"&gt;https://instabloom.com/&lt;/A&gt;&lt;SPAN&gt;) server.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;I have tested the visa checkout for different test&amp;nbsp;cards&amp;nbsp;and its response is as follows.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;Card: Mastercard 5424000000000015&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;Request Url:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://sandbox.src.mastercard.com/api/cards" target="_blank" rel="noopener"&gt;https://sandbox.src.mastercard.com/api/cards&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times,serif"&gt;Response string: {"code":500,"status":"INTERNAL","message":"Internal server error. Typically a server bug. The client should report this error to the server team.","details":[]}&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;Sometimes I get this error and Sometimes&amp;nbsp;I don't&amp;nbsp;get this error when I use mastercard, But once I pass the step of completing the card details I get the error message as follows&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times,serif"&gt;Request URL:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://sandbox.src.mastercard.com/api/transactionCredentials" target="_blank" rel="noopener"&gt;https://sandbox.src.mastercard.com/api/transactionCredentials&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times,serif"&gt;Response string: {"code":403,"status":"PERMISSION_DENIED","message":"Access is denied to the requested resource. Client does not have sufficient permission or has been locked.","details":null}&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;I have also tested with Visa test card details and here I get different types of error in response.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;Card:&amp;nbsp;Visa&amp;nbsp;4111111111111111&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;Request Url:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://sandbox.src.mastercard.com/api/appInstances" target="_blank" rel="noopener"&gt;https://sandbox.src.mastercard.com/api/appInstances&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times,serif"&gt;Response String: {"code":400,"status":"INVALID_STATE","message":"Request cannot be executed due to incorrect field value.","details":null}&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times,serif"&gt;Request Url:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://sandbox.src.mastercard.com/api/consumers" target="_blank" rel="noopener"&gt;https://sandbox.src.mastercard.com/api/consumers&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times,serif"&gt;Response String: {"code":400,"status":"INVALID_STATE","message":"Request cannot be executed due to incorrect field value."}&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;These are the two types of error I have faced. Similarly I have tested for all other available test cards but wasn't&amp;nbsp;able to successfully place the order.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Fri, 27 Aug 2021 08:45:29 GMT</pubDate>
    <dc:creator>rajath402</dc:creator>
    <dc:date>2021-08-27T08:45:29Z</dc:date>
    <item>
      <title>Visa checkout is not working.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Visa-checkout-is-not-working/m-p/78218#M49110</link>
      <description>&lt;P&gt;&lt;FONT face="times new roman,times,serif"&gt;Hi,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="times new roman,times,serif"&gt;I have configured Authorize.net in my magento 2 store using&amp;nbsp;&lt;A href="https://marketplace.magento.com/authorizenet-magento-module-authorizenet.html" target="_blank" rel="noopener"&gt;https://marketplace.magento.com/authorizenet-magento-module-authorizenet.html&lt;/A&gt; extension. Credit card payment is congiured and it is working fine in live magento store (&lt;A href="https://instabloom.com/" target="_blank" rel="noopener noreferrer"&gt;https://instabloom.com&lt;/A&gt;). I also wanted to allow the Debit card payment and for this we have to enable Visa checkout, So I configured Visa checkout in our test environment with SANDBOX account. But i haven't been able to complete the visa cchekout process.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;&lt;SPAN&gt;In checkout page after completing the Visa checkout page process page doesn't redirect to order success page. Also order is not captured in magento backend.&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times,serif"&gt;&lt;SPAN&gt;I am currently using the sandbox account for staging(&lt;/SPAN&gt;&lt;A href="https://inb-qa.codilar.in/" target="_blank" rel="noopener noreferrer"&gt;https://inb-qa.codilar.in/&lt;/A&gt;&lt;SPAN&gt;) server and Live authorize net account for production(&lt;/SPAN&gt;&lt;A href="https://instabloom.com/" target="_blank" rel="noopener noreferrer"&gt;https://instabloom.com/&lt;/A&gt;&lt;SPAN&gt;) server.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;I have tested the visa checkout for different test&amp;nbsp;cards&amp;nbsp;and its response is as follows.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;Card: Mastercard 5424000000000015&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;Request Url:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://sandbox.src.mastercard.com/api/cards" target="_blank" rel="noopener"&gt;https://sandbox.src.mastercard.com/api/cards&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times,serif"&gt;Response string: {"code":500,"status":"INTERNAL","message":"Internal server error. Typically a server bug. The client should report this error to the server team.","details":[]}&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;Sometimes I get this error and Sometimes&amp;nbsp;I don't&amp;nbsp;get this error when I use mastercard, But once I pass the step of completing the card details I get the error message as follows&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times,serif"&gt;Request URL:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://sandbox.src.mastercard.com/api/transactionCredentials" target="_blank" rel="noopener"&gt;https://sandbox.src.mastercard.com/api/transactionCredentials&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times,serif"&gt;Response string: {"code":403,"status":"PERMISSION_DENIED","message":"Access is denied to the requested resource. Client does not have sufficient permission or has been locked.","details":null}&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;I have also tested with Visa test card details and here I get different types of error in response.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;Card:&amp;nbsp;Visa&amp;nbsp;4111111111111111&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;Request Url:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://sandbox.src.mastercard.com/api/appInstances" target="_blank" rel="noopener"&gt;https://sandbox.src.mastercard.com/api/appInstances&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times,serif"&gt;Response String: {"code":400,"status":"INVALID_STATE","message":"Request cannot be executed due to incorrect field value.","details":null}&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times,serif"&gt;Request Url:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://sandbox.src.mastercard.com/api/consumers" target="_blank" rel="noopener"&gt;https://sandbox.src.mastercard.com/api/consumers&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="times new roman,times,serif"&gt;Response String: {"code":400,"status":"INVALID_STATE","message":"Request cannot be executed due to incorrect field value."}&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT face="times new roman,times,serif"&gt;These are the two types of error I have faced. Similarly I have tested for all other available test cards but wasn't&amp;nbsp;able to successfully place the order.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 27 Aug 2021 08:45:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Visa-checkout-is-not-working/m-p/78218#M49110</guid>
      <dc:creator>rajath402</dc:creator>
      <dc:date>2021-08-27T08:45:29Z</dc:date>
    </item>
  </channel>
</rss>

