<?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: Google Pay Integration Error 153 There was an error processing the payment data. Invalid ownersh in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/94651#M58540</link>
    <description>&lt;P&gt;Has anyone figured this out?&amp;nbsp; I'm getting the same decrypt error while running on a website.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;I registered the site and used "Gateway" for the type since Authorize.net is listed.&amp;nbsp; &amp;nbsp;The gateway option does not allow me to upload any keysets.&amp;nbsp; &amp;nbsp;Apparently this is all done via authorize.net.&amp;nbsp; No way to tell.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 02 Dec 2025 16:38:45 GMT</pubDate>
    <dc:creator>ronnienabsosand</dc:creator>
    <dc:date>2025-12-02T16:38:45Z</dc:date>
    <item>
      <title>Google Pay Integration Error 153 There was an error processing the payment data. Invalid ownership.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/79734#M50192</link>
      <description>&lt;P&gt;I'm attempting to integrate Google Pay with Authorize.net on our site.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm to the final step of sending the data (info and token) from GooglePay to the authorize.net sandbox and I'm getting this returned:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;errorCode":"153","errorText":"There was an error processing the payment data. Invalid ownership.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's the request I'm sending:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{&lt;BR /&gt;"createTransactionRequest": {&lt;BR /&gt;"merchantAuthentication": {&lt;BR /&gt;"name": "REDACTED",&lt;BR /&gt;"transactionKey": "REDACTED"&lt;BR /&gt;},&lt;BR /&gt;"refId": "123456",&lt;BR /&gt;"transactionRequest": {&lt;BR /&gt;"transactionType": "authOnlyTransaction",&lt;BR /&gt;"amount": "29.38",&lt;BR /&gt;"payment": {&lt;BR /&gt;"opaqueData": {&lt;BR /&gt;"dataDescriptor": "COMMON.GOOGLE.INAPP.PAYMENT",&lt;BR /&gt;"dataValue": "eyJzaWduYXR1cmUiOiJNRVVDSVFDU29KakgwdWF0L2Y4dEMvQ3dxeDVudUZjQ1hLMVJEK0JQTVhLbVh6L1h4UUlnQmdJUWM3TitCa2tCM0JkRFd6MTJWQitlc3FZUWkzVURIMjJjQVRZWnluUVx1MDAzZCIsInByb3RvY29sVmVyc2lvbiI6IkVDdjEiLCJzaWduZWRNZXNzYWdlIjoie1wiZW5jcnlwdGVkTWVzc2FnZVwiOlwiZnNNa2lpZmx6R0N0THA0Mnd0TStwcVpOWExBSys3T3NkUE43dVZ3Q1dETXNYa3p4Sy9zSmQvaHFhTk1EKzRSQ1dYVnNlREpyVWtlZDM3MG44d3pTRGpMSlF0eWZQTUNCcWd5dEVEZXRnZFM4cUw2cUh0clVicU1FYmZ6YjVUcVpoN1lFQW5aM1kzdHc1Zk95NndPUW81Uk5ZL1F5RkgrN1BpbXg5Y2ZaQjR3bmlldXl3VENpS2k4QndJYUFzUUczNk4vSEx1WlFKR1h4WmRoNUhFRzhTWHhqZkJ0Qis0QnYrS0lxdlVpcC9QUWFUS1M4cDZVdjZTVTJ3dFlRNWdHNi9zSHZKTU92cFo1ekt6WFJpUmFZRU1CQ3dlWG8wY1RtcS9LcDVZTmp5L1FQTUpXdWNpNHhtZk4ydHFMcE1Kdjc2L1p4MVpNOHdjaGgzZ3RCRWhaV0ZmSVJyMDkrNVhGSzVzK0hpNUtPUDY0c1lYSjZWc1pEMHE2SkF4RG5raHl2WGVkTmZ3QmlCUU50M2xXZWFCcEdvNGlBaG5YTGVwVnNBdFBhWXRVV3JwdGFHdjZiTHVXT2dKMGhZREtGb1RtMUl5MlduVUVMTlFcXHUwMDNkXFx1MDAzZFwiLFwiZXBoZW1lcmFsUHVibGljS2V5XCI6XCJCTlRlWUFsMjMyYnpic1VWeVpJRVVka2tKaVpid2ErS2o!3aTNNRS9aMDJOYjBVZFhjcVQzVktBM2d6YUJoWFlRajVocEZPajgrdG4raUNyMUxIQngwRTBcXHUwMDNkXCIsXCJ0YWdcIjpcImpKUC8rSEJlVGwxV0RhRjkrekp3VElTeXZKSHlIMFlRTC9ERTExQTBPRThcXHUwMDNkXCJ9In0="&lt;BR /&gt;}&lt;BR /&gt;},"lineItems": {"lineItem": {&lt;BR /&gt;"itemId": "4664",&lt;BR /&gt;"name": "123456PartNumber",&lt;BR /&gt;"description": "123456PartNumber",&lt;BR /&gt;"quantity": "1",&lt;BR /&gt;"unitPrice": "15.84"&lt;BR /&gt;}},&lt;BR /&gt;"tax": {&lt;BR /&gt;"amount": "1.39",&lt;BR /&gt;"name": "Tax",&lt;BR /&gt;"description": "Tax"&lt;BR /&gt;},&lt;BR /&gt;"duty": {&lt;BR /&gt;"amount": "2.15",&lt;BR /&gt;"name": "Tariff Recovery Fee",&lt;BR /&gt;"description": "Tariff Recovery Fee"&lt;BR /&gt;},&lt;BR /&gt;"shipping": {&lt;BR /&gt;"amount": "10.00",&lt;BR /&gt;"name": "Shipping",&lt;BR /&gt;"description": "Shipping"&lt;BR /&gt;},&lt;BR /&gt;"poNumber": "",&lt;BR /&gt;"billTo": {&lt;BR /&gt;"firstName": "",&lt;BR /&gt;"lastName": "",&lt;BR /&gt;"company": "",&lt;BR /&gt;"address": "",&lt;BR /&gt;"city": "",&lt;BR /&gt;"state": "",&lt;BR /&gt;"zip": "",&lt;BR /&gt;"country": ""&lt;BR /&gt;},&lt;BR /&gt;"shipTo": {&lt;BR /&gt;"firstName": "Bob,&lt;BR /&gt;"lastName": "Burger",&lt;BR /&gt;"company": "",&lt;BR /&gt;"address": "1010 South Monroe Street ",&lt;BR /&gt;"city": "Spokane",&lt;BR /&gt;"state": "WA",&lt;BR /&gt;"zip": "99216",&lt;BR /&gt;"country": "US"&lt;BR /&gt;},&lt;BR /&gt;"customerIP": "73.233.134.139"&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the datavalue is the token from GooglePay base64 encoded&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The name and tranaction key I got from &lt;A href="https://sandbox.authorize.net/" target="_blank" rel="noopener"&gt;https://sandbox.authorize.net/&lt;/A&gt; under API Credentials &amp;amp; Keys.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How can I troubleshoot this further?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've tried changing the transaction types to no avail.&lt;BR /&gt;Any help would be appreciated&lt;BR /&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 18:47:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/79734#M50192</guid>
      <dc:creator>aniemi</dc:creator>
      <dc:date>2021-11-30T18:47:43Z</dc:date>
    </item>
    <item>
      <title>Re: Google Pay Integration Error 153 There was an error processing the payment data. Invalid ownersh</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/79909#M50319</link>
      <description>&lt;P&gt;Any ideas? Does anyone have working examples?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Nov 2021 18:36:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/79909#M50319</guid>
      <dc:creator>aniemi</dc:creator>
      <dc:date>2021-11-17T18:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Google Pay Integration Error 153 There was an error processing the payment data. Invalid ownersh</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/79920#M50328</link>
      <description>&lt;P&gt;Google Pay with Authorize.net:&lt;/P&gt;&lt;P&gt;Failed Transaction.&lt;/P&gt;&lt;P&gt;Error Code: 153&lt;/P&gt;&lt;P&gt;Error Message: There was an error processing the payment data. Unable to decrypt data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.indigocard.one/" target="_self"&gt;IndigoCard Login&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 10:38:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/79920#M50328</guid>
      <dc:creator>Kozey</dc:creator>
      <dc:date>2021-11-18T10:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Google Pay Integration Error 153 There was an error processing the payment data. Invalid ownersh</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/79921#M50329</link>
      <description>&lt;P&gt;Google Pay with Authorize.net:&lt;/P&gt;&lt;P&gt;Failed Transaction.&lt;/P&gt;&lt;P&gt;Error Code: 153&lt;/P&gt;&lt;P&gt;Error Message: There was an error processing the payment data. Unable to decrypt data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.indigocard.one/" target="_self"&gt;IndigoCard&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2021 10:41:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/79921#M50329</guid>
      <dc:creator>Kozey</dc:creator>
      <dc:date>2021-11-18T10:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: Google Pay Integration Error 153 There was an error processing the payment data. Invalid ownersh</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/80183#M50525</link>
      <description>&lt;P&gt;Can anyone confirm that authrorize.net and google pay are even still compatible?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Based on some of the other posts I'm seeing in this forum, it makes me think they're not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 17:44:19 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/80183#M50525</guid>
      <dc:creator>aniemi</dc:creator>
      <dc:date>2021-11-30T17:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: Google Pay Integration Error 153 There was an error processing the payment data. Invalid ownersh</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/81415#M51301</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/15726"&gt;@aniemi&lt;/a&gt;&amp;nbsp;Did you manage to get a response to your last question? I'm waiting for their support team to respond as I've got the same issue.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 09:46:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/81415#M51301</guid>
      <dc:creator>bogdannbv</dc:creator>
      <dc:date>2022-02-24T09:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Google Pay Integration Error 153 There was an error processing the payment data. Invalid ownersh</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/81417#M51302</link>
      <description>&lt;P&gt;Unfortunately no :(&lt;/P&gt;</description>
      <pubDate>Thu, 24 Feb 2022 15:39:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/81417#M51302</guid>
      <dc:creator>aniemi</dc:creator>
      <dc:date>2022-02-24T15:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: Google Pay Integration Error 153 There was an error processing the payment data. Invalid ownersh</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/81450#M51325</link>
      <description>&lt;P&gt;Oh man, that sucks, it's been 4 days for me and still no response from their support team, hopefully they'll reply this week.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 09:34:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/81450#M51325</guid>
      <dc:creator>bogdannbv</dc:creator>
      <dc:date>2022-02-28T09:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Google Pay Integration Error 153 There was an error processing the payment data. Invalid ownersh</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/85032#M53500</link>
      <description>&lt;P&gt;I also have the same problem, and also contacted authorize support, and escalated it to their engineers, and they said that the error is happening because the AndroidPay/GooglePay wasn't enabled on the account. And when my client tried turning it on, it asked for a Keyset ID, and it is not explained to what exactly does that ID refer to. Tried searching online but so far didn't find anything. My client did enter some random numbers, and it showed it was enabled, but still got the same error.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2022 08:59:44 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/85032#M53500</guid>
      <dc:creator>mspoljar</dc:creator>
      <dc:date>2022-11-24T08:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Google Pay Integration Error 153 There was an error processing the payment data. Invalid ownersh</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/86226#M54268</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Guys, does anyone have a solution for that?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 09:36:30 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/86226#M54268</guid>
      <dc:creator>umarmaqbool</dc:creator>
      <dc:date>2023-04-10T09:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Google Pay Integration Error 153 There was an error processing the payment data. Invalid ownersh</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/90077#M56709</link>
      <description>&lt;P&gt;I'm looking for a solution for this as well, please share any tips to make it work.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Aug 2024 04:48:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/90077#M56709</guid>
      <dc:creator>neerajjain</dc:creator>
      <dc:date>2024-08-31T04:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Google Pay Integration Error 153 There was an error processing the payment data. Invalid ownersh</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/91035#M57211</link>
      <description>&lt;P&gt;I'm experiencing the same issue&amp;nbsp;Error Code: 153, Error message: There was an error processing the payment data. Unable to decrypt data.&lt;/P&gt;&lt;P&gt;Google Pay enabled in sandbox.authorize,net, I used Google MerchantID as KeySet ID&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 16:56:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/91035#M57211</guid>
      <dc:creator>dpavlov100</dc:creator>
      <dc:date>2025-01-06T16:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Google Pay Integration Error 153 There was an error processing the payment data. Invalid ownersh</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/91036#M57212</link>
      <description>&lt;P&gt;I'm experiencing the same issue with Google Pay&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;There was an error processing the payment data. Unable to decrypt data&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Google Pay enabled in the sandbox.authorize.net, I used Google MerchantID as KeySet ID&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 16:59:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/91036#M57212</guid>
      <dc:creator>dpavlov100</dc:creator>
      <dc:date>2025-01-06T16:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Google Pay Integration Error 153 There was an error processing the payment data. Invalid ownersh</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/91037#M57213</link>
      <description>&lt;P&gt;I also have the issue with Google Pay&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error Code: 153&lt;/P&gt;&lt;P&gt;Error Message: There was an error processing the payment data. Unable to decrypt data.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 17:02:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/91037#M57213</guid>
      <dc:creator>dpavlov100</dc:creator>
      <dc:date>2025-01-06T17:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Google Pay Integration Error 153 There was an error processing the payment data. Invalid ownersh</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/94651#M58540</link>
      <description>&lt;P&gt;Has anyone figured this out?&amp;nbsp; I'm getting the same decrypt error while running on a website.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;I registered the site and used "Gateway" for the type since Authorize.net is listed.&amp;nbsp; &amp;nbsp;The gateway option does not allow me to upload any keysets.&amp;nbsp; &amp;nbsp;Apparently this is all done via authorize.net.&amp;nbsp; No way to tell.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Dec 2025 16:38:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Google-Pay-Integration-Error-153-There-was-an-error-processing/m-p/94651#M58540</guid>
      <dc:creator>ronnienabsosand</dc:creator>
      <dc:date>2025-12-02T16:38:45Z</dc:date>
    </item>
  </channel>
</rss>

