<?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 Unable to process ApplePay transaction in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-ApplePay-transaction/m-p/73755#M45728</link>
    <description>&lt;P&gt;&lt;SPAN&gt;We are testing Apple Pay&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;payment via Authorize.Net in sandbox and get in response payload an error with errorCode=153 and with message: "&lt;/SPAN&gt;&lt;STRONG&gt;There was an error processing the payment data. Invalid ownership&lt;/STRONG&gt;&lt;SPAN&gt;" during call service&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;createTransactionRequest.&amp;nbsp; We get the this error while testing Apple Pay payment with any of the following credit cards: Visa, Master Card and Discovery.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;We are passing in&amp;nbsp;createTransactionRequest encoded paymentData via Base64.&amp;nbsp; We have generated the CSR and imported it into Apple and set up the merchant id.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Documentation says to check the following steps:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Set marketType to 0 to flag the transaction as e-commerce.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Set transactionType to authCaptureTransaction or authOnlyTransaction.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Specify both opaque data parameters.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Do not include card number, expiration date, or track data.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Do not include 3DS data.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Ensure that you submit data that can be successfully decrypted.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Only submit decrypted data that belongs to the merchant submitting the request.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Encode the submitted data in Base64.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;We have already gone over these steps and are still getting the error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can someone please let us know what specifically we need to do to resolve the&amp;nbsp;Invalid ownership&lt;STRONG&gt; error?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Request:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;{
    "createTransactionRequest": {
        "merchantAuthentication": {
            "name": "*****",
            "transactionKey": "*****"
        },
        "transactionRequest": {
            "transactionType": "authOnlyTransaction",
            "amount": "45.69",
            "payment": {
                "opaqueData": {
                    "dataDescriptor": "COMMON.APPLE.INAPP.PAYMENT",
                    "dataValue": "eyJkYXRh..."
                }
            },
            "lineItems": {
                "lineItem": [
                    {
                        "itemId": "LP1300SBL",
                        "name": "Prime 1300 Laser Rangefinder",
                        "quantity": "1",
                        "unitPrice": "39.90"
                    }
                ]
            },
            "tax": {
                "amount": "2.79"
            },
            "shipping": {
                "amount": "0.00"
            },
            "poNumber": "00000830-4f8180255cb3be170e3afa1dfe",
            "customer": {
                "email": "abargamin@speroteck.com"
            },
            "billTo": {
                "firstName": "Alexander",
                "lastName": "Bargamin",
                "address": "15484 Percival Street ",
                "city": "Spirit Lake",
                "state": "IA",
                "zip": "51360",
                "country": "USA"
            },
            "shipTo": {
                "firstName": "Alexander",
                "lastName": "Bargamin",
                "address": "15484 Percival Dr ",
                "city": "Spirit Lake",
                "state": "IA",
                "zip": "51360-7433",
                "country": "USA"
            },
            "customerIP": "193.151.106.77",
            "retail": {
                "marketType": 0,
                "deviceType": 8
            }
        }
    }
}&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Response:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;{
    "transactionResponse": {
        "responseCode": "3",
        "authCode": "",
        "avsResultCode": "P",
        "cvvResultCode": "",
        "cavvResultCode": "",
        "transId": "0",
        "refTransID": "",
        "transHash": "",
        "testRequest": "0",
        "accountNumber": "",
        "accountType": "",
        "errors": [
            {
                "errorCode": "153",
                "errorText": "There was an error processing the payment data. Invalid ownership."
            }
        ],
        "transHashSha2": "",
        "SupplementalDataQualificationIndicator": 3
    },
    "messages": {
        "resultCode": "Error",
        "message": [
            {
                "code": "E00027",
                "text": "The transaction was unsuccessful."
            }
        ]
    }
}&lt;/PRE&gt;</description>
    <pubDate>Tue, 27 Oct 2020 15:53:06 GMT</pubDate>
    <dc:creator>mkowalchuk</dc:creator>
    <dc:date>2020-10-27T15:53:06Z</dc:date>
    <item>
      <title>Unable to process ApplePay transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-ApplePay-transaction/m-p/73755#M45728</link>
      <description>&lt;P&gt;&lt;SPAN&gt;We are testing Apple Pay&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;payment via Authorize.Net in sandbox and get in response payload an error with errorCode=153 and with message: "&lt;/SPAN&gt;&lt;STRONG&gt;There was an error processing the payment data. Invalid ownership&lt;/STRONG&gt;&lt;SPAN&gt;" during call service&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;createTransactionRequest.&amp;nbsp; We get the this error while testing Apple Pay payment with any of the following credit cards: Visa, Master Card and Discovery.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;We are passing in&amp;nbsp;createTransactionRequest encoded paymentData via Base64.&amp;nbsp; We have generated the CSR and imported it into Apple and set up the merchant id.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Documentation says to check the following steps:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;Set marketType to 0 to flag the transaction as e-commerce.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Set transactionType to authCaptureTransaction or authOnlyTransaction.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Specify both opaque data parameters.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Do not include card number, expiration date, or track data.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Do not include 3DS data.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Ensure that you submit data that can be successfully decrypted.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Only submit decrypted data that belongs to the merchant submitting the request.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Encode the submitted data in Base64.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;We have already gone over these steps and are still getting the error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can someone please let us know what specifically we need to do to resolve the&amp;nbsp;Invalid ownership&lt;STRONG&gt; error?&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Request:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;{
    "createTransactionRequest": {
        "merchantAuthentication": {
            "name": "*****",
            "transactionKey": "*****"
        },
        "transactionRequest": {
            "transactionType": "authOnlyTransaction",
            "amount": "45.69",
            "payment": {
                "opaqueData": {
                    "dataDescriptor": "COMMON.APPLE.INAPP.PAYMENT",
                    "dataValue": "eyJkYXRh..."
                }
            },
            "lineItems": {
                "lineItem": [
                    {
                        "itemId": "LP1300SBL",
                        "name": "Prime 1300 Laser Rangefinder",
                        "quantity": "1",
                        "unitPrice": "39.90"
                    }
                ]
            },
            "tax": {
                "amount": "2.79"
            },
            "shipping": {
                "amount": "0.00"
            },
            "poNumber": "00000830-4f8180255cb3be170e3afa1dfe",
            "customer": {
                "email": "abargamin@speroteck.com"
            },
            "billTo": {
                "firstName": "Alexander",
                "lastName": "Bargamin",
                "address": "15484 Percival Street ",
                "city": "Spirit Lake",
                "state": "IA",
                "zip": "51360",
                "country": "USA"
            },
            "shipTo": {
                "firstName": "Alexander",
                "lastName": "Bargamin",
                "address": "15484 Percival Dr ",
                "city": "Spirit Lake",
                "state": "IA",
                "zip": "51360-7433",
                "country": "USA"
            },
            "customerIP": "193.151.106.77",
            "retail": {
                "marketType": 0,
                "deviceType": 8
            }
        }
    }
}&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;Response:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;{
    "transactionResponse": {
        "responseCode": "3",
        "authCode": "",
        "avsResultCode": "P",
        "cvvResultCode": "",
        "cavvResultCode": "",
        "transId": "0",
        "refTransID": "",
        "transHash": "",
        "testRequest": "0",
        "accountNumber": "",
        "accountType": "",
        "errors": [
            {
                "errorCode": "153",
                "errorText": "There was an error processing the payment data. Invalid ownership."
            }
        ],
        "transHashSha2": "",
        "SupplementalDataQualificationIndicator": 3
    },
    "messages": {
        "resultCode": "Error",
        "message": [
            {
                "code": "E00027",
                "text": "The transaction was unsuccessful."
            }
        ]
    }
}&lt;/PRE&gt;</description>
      <pubDate>Tue, 27 Oct 2020 15:53:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-ApplePay-transaction/m-p/73755#M45728</guid>
      <dc:creator>mkowalchuk</dc:creator>
      <dc:date>2020-10-27T15:53:06Z</dc:date>
    </item>
    <item>
      <title>. Re: Unable to process ApplePay transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-ApplePay-transaction/m-p/73882#M45825</link>
      <description>&lt;P&gt;Facing same issue. Any solution on this ?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 12:58:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-ApplePay-transaction/m-p/73882#M45825</guid>
      <dc:creator>Ratzsam</dc:creator>
      <dc:date>2020-11-06T12:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to process ApplePay transaction</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-ApplePay-transaction/m-p/82933#M52268</link>
      <description>&lt;P&gt;I got stuck with this exact issue. Have you solved this?&lt;/P&gt;&lt;P&gt;I would love to know if you ended up getting applepay setup to work with Authorize.NET API.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 20:34:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Unable-to-process-ApplePay-transaction/m-p/82933#M52268</guid>
      <dc:creator>EmDev</dc:creator>
      <dc:date>2022-05-30T20:34:20Z</dc:date>
    </item>
  </channel>
</rss>

