<?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 Re: Authorize.net and Apple Pay Integration - AMEX and MasterCard - Required fields Missing Error in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-and-Apple-Pay-Integration-AMEX-and-MasterCard/m-p/79296#M49866</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi! We are having the same issue where Visa is working but AMEX and MasterCard is coming back with the error&amp;nbsp;"There was an error processing the payment data. Required fields are missing from decrypted data."&lt;BR /&gt;&lt;BR /&gt;Did you resove this issue?&lt;BR /&gt;Ugur.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 19 Oct 2021 10:18:43 GMT</pubDate>
    <dc:creator>ugurcatak</dc:creator>
    <dc:date>2021-10-19T10:18:43Z</dc:date>
    <item>
      <title>Authorize.net and Apple Pay Integration - AMEX and MasterCard - Required fields Missing Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-and-Apple-Pay-Integration-AMEX-and-MasterCard/m-p/72151#M44532</link>
      <description>&lt;P&gt;I have integrated Authorize.net and Apple Pay but I keep getting the following error when submitting AMEX or MasterCard. However, when I submit a Visa from Apple Pay then no error occurs. Any idea what could be causing this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"There was an error processing the payment data. Required fields are missing from decrypted data."&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 22:54:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-and-Apple-Pay-Integration-AMEX-and-MasterCard/m-p/72151#M44532</guid>
      <dc:creator>jsjung</dc:creator>
      <dc:date>2020-06-08T22:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net and Apple Pay Integration - AMEX and MasterCard - Required fields Missing Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-and-Apple-Pay-Integration-AMEX-and-MasterCard/m-p/72159#M44540</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check to ensure your Apple Merchant ID is correct and the certificates are valid. The Apple Merchant ID is tied to decrypting the payment data. Also ensure the "billTo" fields are present in the payment request.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 11:27:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-and-Apple-Pay-Integration-AMEX-and-MasterCard/m-p/72159#M44540</guid>
      <dc:creator>NexusSoftware</dc:creator>
      <dc:date>2020-06-09T11:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net and Apple Pay Integration - AMEX and MasterCard - Required fields Missing Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-and-Apple-Pay-Integration-AMEX-and-MasterCard/m-p/72163#M44543</link>
      <description>&lt;P&gt;We checked the Merchant ID and the certs are correct. The issue only seems to occur for AMEX and MasterCard. We're not having issue with the Visa payments. Below is the request. I'm not sure what we're missing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;{
    "createTransactionRequest": {
        "merchantAuthentication": {
            "name": "5....G",
            "transactionKey": "7.....q"
        },
        "refId": "12345",
        "transactionRequest": {
            "transactionType": "authCaptureTransaction",
            "amount": "27.59",
            "payment": {
                "opaqueData": {
                    "dataDescriptor": "COMMON.APPLE.INAPP.PAYMENT",
                    "dataValue": "eyJ2ZXJzaW9uIjoiRUNfdjEi.......Q2ZDg5YjgyNmMifX0="
                }
            },
            "tax": {
                "amount": 0.00,
                "name": "level2 tax name",
                "description": "level2 tax"
            },
            "duty": {
                "amount": 0.00,
                "name": "duty name",
                "description": "duty description"
            },
            "shipping": {
                "amount": 0.00,
                "name": "level2 tax name",
                "description": "level2 tax"
            },
            "poNumber": "456654",
            "billTo": {
                "firstName": "TEST",
                "lastName": "TEST",
                "address": "42158 TEST TEST",
                "city": "TES",
                "state": "NJ",
                "zip": "07054",
                "country": "USA"
            },
            "shipTo": {
                "firstName": "TEST",
                "lastName": "TEST",
                "address": "42158 TEST TEST",
                "city": "TES",
                "state": "NJ",
                "zip": "07054",
                "country": "USA"
            },
            "customerIP": "182.75.80.6",
            "retail": {
                "marketType": 0
            }
        }
    }
}&lt;/PRE&gt;</description>
      <pubDate>Tue, 09 Jun 2020 18:00:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-and-Apple-Pay-Integration-AMEX-and-MasterCard/m-p/72163#M44543</guid>
      <dc:creator>jsjung</dc:creator>
      <dc:date>2020-06-09T18:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net and Apple Pay Integration - AMEX and MasterCard - Required fields Missing Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-and-Apple-Pay-Integration-AMEX-and-MasterCard/m-p/79296#M49866</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi! We are having the same issue where Visa is working but AMEX and MasterCard is coming back with the error&amp;nbsp;"There was an error processing the payment data. Required fields are missing from decrypted data."&lt;BR /&gt;&lt;BR /&gt;Did you resove this issue?&lt;BR /&gt;Ugur.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 10:18:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-and-Apple-Pay-Integration-AMEX-and-MasterCard/m-p/79296#M49866</guid>
      <dc:creator>ugurcatak</dc:creator>
      <dc:date>2021-10-19T10:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net and Apple Pay Integration - AMEX and MasterCard - Required fields Missing Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-and-Apple-Pay-Integration-AMEX-and-MasterCard/m-p/79753#M50208</link>
      <description>&lt;P&gt;We generated the token using apple pay and transaction is successful for sandbox environment.We used exactly the same process for token generation for live environment but we get the below error:&lt;/P&gt;&lt;P&gt;"Required fields are missing from decrypted data".&lt;/P&gt;&lt;P&gt;In sandbox mode ,&lt;/P&gt;&lt;P&gt;PKMerchantCapability.capability3DS works, while in live mode we get below error:&lt;/P&gt;&lt;P&gt;"This processor does not support this method of submitting payment data."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.upsers.tips/" target="_self"&gt;UPSers&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Nov 2021 09:46:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-and-Apple-Pay-Integration-AMEX-and-MasterCard/m-p/79753#M50208</guid>
      <dc:creator>Treutel</dc:creator>
      <dc:date>2021-11-10T09:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Authorize.net and Apple Pay Integration - AMEX and MasterCard - Required fields Missing Error</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-and-Apple-Pay-Integration-AMEX-and-MasterCard/m-p/81643#M51458</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In my case, the problem was&amp;nbsp;'supportsEMV' .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I just removed&amp;nbsp; 'supportsEMV'&amp;nbsp; from&amp;nbsp; merchantCapabilities and it worked.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When this is included, VISA cards are working fine, but others give the error&amp;nbsp; &amp;nbsp; &amp;nbsp;"&lt;/SPAN&gt;&lt;SPAN&gt;Required fields are missing from decrypted data".&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 11:05:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Authorize-net-and-Apple-Pay-Integration-AMEX-and-MasterCard/m-p/81643#M51458</guid>
      <dc:creator>ugurcatak</dc:creator>
      <dc:date>2022-03-15T11:05:53Z</dc:date>
    </item>
  </channel>
</rss>

