<?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: Apple Pay Token Submit Fails in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-Token-Submit-Fails/m-p/52555#M27789</link>
    <description>&lt;P&gt;Quick question for anyone who may know, could this be a problem with the sandbox environment? That's the only thing that I can come up with. I just renewed all certificates (AGAIN) per the documentation and it fails the same way.&lt;/P&gt;</description>
    <pubDate>Tue, 13 Oct 2015 20:20:11 GMT</pubDate>
    <dc:creator>brethodgson</dc:creator>
    <dc:date>2015-10-13T20:20:11Z</dc:date>
    <item>
      <title>Apple Pay Token Submit Fails</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-Token-Submit-Fails/m-p/52549#M27783</link>
      <description>&lt;P&gt;I am working on getting Apple Pay integrated in my app through Cordova (Phonegap) and have successfully retrieved my Apple Pay token. I followed all the instructions outlined in both Apple Pay and ADN documentation. Generated all required keys and certificates (twice). I already have a working ADN integration using both CIM and AIM, so I know my integration is solid. I can process regular auth-capture transactions no problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am working in the ADN sandbox and have tried switching my account between Live and Test, as well as switching test mode between True and False.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the information I generated just now (redacted and truncated):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Apple Pay Token
==================================
eyJ2ZXJz.....2dKdWs9In19&lt;/PRE&gt;&lt;PRE&gt;Base 64 Decoded Apple Pay Token
==================================
{ "data" : "PtFJv.....UNFGg==",
  "header" : { "ephemeralPublicKey" : "MFkwEw.....Baor01w==",
      "publicKeyHash" : "Q1q.....Juk=",
      "transactionId" : "c51.....b4"
    },
  "signature" : "MIAG.....AAAA",
  "version" : "EC_v1"
}&lt;/PRE&gt;&lt;PRE&gt;ADN Request
==================================
&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;createTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
   &amp;lt;merchantAuthentication&amp;gt;
      &amp;lt;name&amp;gt;REDACTED&amp;lt;/name&amp;gt;
      &amp;lt;transactionKey&amp;gt;REDACTED&amp;lt;/transactionKey&amp;gt;
   &amp;lt;/merchantAuthentication&amp;gt;
   &amp;lt;refId&amp;gt;C.....4&amp;lt;/refId&amp;gt;
   &amp;lt;transactionRequest&amp;gt;
      &amp;lt;transactionType&amp;gt;authCaptureTransaction&amp;lt;/transactionType&amp;gt;
      &amp;lt;amount&amp;gt;5&amp;lt;/amount&amp;gt;
      &amp;lt;payment&amp;gt;
         &amp;lt;opaqueData&amp;gt;
            &amp;lt;dataDescriptor&amp;gt;COMMON.APPLE.INAPP.PAYMENT&amp;lt;/dataDescriptor&amp;gt;
            &amp;lt;dataValue&amp;gt;eyJ2ZX.....9In19&amp;lt;/dataValue&amp;gt;
         &amp;lt;/opaqueData&amp;gt;
      &amp;lt;/payment&amp;gt;
   &amp;lt;/transactionRequest&amp;gt;
&amp;lt;/createTransactionRequest&amp;gt;&lt;/PRE&gt;&lt;PRE&gt;ADN Response
==================================
&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;createTransactionResponse xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&amp;gt;
   &amp;lt;refId&amp;gt;CID2254674&amp;lt;/refId&amp;gt;
   &amp;lt;messages&amp;gt;
      &amp;lt;resultCode&amp;gt;Error&amp;lt;/resultCode&amp;gt;
      &amp;lt;message&amp;gt;
         &amp;lt;code&amp;gt;E00027&amp;lt;/code&amp;gt;
         &amp;lt;text&amp;gt;The transaction was unsuccessful.&amp;lt;/text&amp;gt;
      &amp;lt;/message&amp;gt;
   &amp;lt;/messages&amp;gt;
   &amp;lt;transactionResponse&amp;gt;
      &amp;lt;responseCode&amp;gt;3&amp;lt;/responseCode&amp;gt;
      &amp;lt;authCode /&amp;gt;
      &amp;lt;avsResultCode&amp;gt;P&amp;lt;/avsResultCode&amp;gt;
      &amp;lt;cvvResultCode /&amp;gt;
      &amp;lt;cavvResultCode /&amp;gt;
      &amp;lt;transId&amp;gt;0&amp;lt;/transId&amp;gt;
      &amp;lt;refTransID /&amp;gt;
      &amp;lt;transHash&amp;gt;2E.....B72&amp;lt;/transHash&amp;gt;
      &amp;lt;testRequest&amp;gt;0&amp;lt;/testRequest&amp;gt;
      &amp;lt;accountNumber /&amp;gt;
      &amp;lt;accountType /&amp;gt;
      &amp;lt;errors&amp;gt;
         &amp;lt;error&amp;gt;
            &amp;lt;errorCode&amp;gt;153&amp;lt;/errorCode&amp;gt;
            &amp;lt;errorText&amp;gt;There was an error processing the payment data.&amp;lt;/errorText&amp;gt;
         &amp;lt;/error&amp;gt;
      &amp;lt;/errors&amp;gt;
   &amp;lt;/transactionResponse&amp;gt;
&amp;lt;/createTransactionResponse&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Needless to say, this error response is less than helpful. ANY help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 15:43:08 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-Token-Submit-Fails/m-p/52549#M27783</guid>
      <dc:creator>brethodgson</dc:creator>
      <dc:date>2015-10-13T15:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay Token Submit Fails</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-Token-Submit-Fails/m-p/52555#M27789</link>
      <description>&lt;P&gt;Quick question for anyone who may know, could this be a problem with the sandbox environment? That's the only thing that I can come up with. I just renewed all certificates (AGAIN) per the documentation and it fails the same way.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Oct 2015 20:20:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-Token-Submit-Fails/m-p/52555#M27789</guid>
      <dc:creator>brethodgson</dc:creator>
      <dc:date>2015-10-13T20:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay Token Submit Fails</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-Token-Submit-Fails/m-p/52586#M27819</link>
      <description>&lt;P&gt;No takers? I can't be the only one with this issue. Is there official ADN support that I can pay for? Maybe someone on the other side to LOOK at the transaction come through and tell me what's wrong? As stated before, the response I receive back is borderline unacceptable. There are NO indicators for why the transaction was rejected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HELP!&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2015 21:08:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-Token-Submit-Fails/m-p/52586#M27819</guid>
      <dc:creator>brethodgson</dc:creator>
      <dc:date>2015-10-14T21:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Apple Pay Token Submit Fails</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-Token-Submit-Fails/m-p/52815#M28024</link>
      <description>&lt;P&gt;For anyone having the same problem that I am. Move on. You will not get support here. I have opened multiple tickets, with promises to "get back" to me. Or the same canned response, "It could be any one of these 9 things. Good luck!"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately I will be moving to Chase and using their services as our primary processor. Fortunately, I will get the support that I need.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Oct 2015 14:48:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Apple-Pay-Token-Submit-Fails/m-p/52815#M28024</guid>
      <dc:creator>brethodgson</dc:creator>
      <dc:date>2015-10-30T14:48:31Z</dc:date>
    </item>
  </channel>
</rss>

