<?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: Refund - The referenced transaction does not meet the criteria for issuing a credit. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Refund-The-referenced-transaction-does-not-meet-the-criteria-for/m-p/87584#M55117</link>
    <description>&lt;P&gt;It seems to me that you are working in a sandbox account that does not permit the transaction, whereas a production account would.&lt;/P&gt;</description>
    <pubDate>Fri, 15 Sep 2023 04:58:40 GMT</pubDate>
    <dc:creator>marine2026</dc:creator>
    <dc:date>2023-09-15T04:58:40Z</dc:date>
    <item>
      <title>Refund - The referenced transaction does not meet the criteria for issuing a credit.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Refund-The-referenced-transaction-does-not-meet-the-criteria-for/m-p/87581#M55114</link>
      <description>&lt;P&gt;Each time I try to do a refund, I get this error message:&amp;nbsp;The referenced transaction does not meet the criteria for issuing a credit.&lt;/P&gt;&lt;P&gt;I used to be able to refund a transaction, I changed nothing in my code since a while.&lt;/P&gt;&lt;P&gt;I tried multiple them to contact Authorize via their support page (&lt;A href="https://developer.authorize.net/support/contact_us.html" target="_blank" rel="noopener"&gt;https://developer.authorize.net/support/contact_us.html&lt;/A&gt;), but they never answered me&lt;/P&gt;&lt;P&gt;Payment response:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "messages": {
        "message": [
            {
                "code": "I00001",
                "text": "Successful."
            }
        ],
        "resultCode": "Ok"
    },
    "refId": "myRef-1",
    "transactionResponse": {
        "SupplementalDataQualificationIndicator": 0,
        "accountNumber": "XXXXXXXXX",
        "accountType": "MasterCard",
        "authCode": "123456",
        "avsResultCode": "X",
        "cavvResultCode": "",
        "cvvResultCode": "M",
        "messages": [
            {
                "code": "1",
                "description": "This transaction has been approved."
            }
        ],
        "refTransID": "",
        "responseCode": "1",
        "testRequest": "0",
        "transHash": "",
        "transHashSha2": "*******************************",
        "transId": "123456789"
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refund Request&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "createTransactionRequest": {
        "merchantAuthentication": {
            "name": "**************",
            "transactionKey": "***************"
        },
        "refId": "myRef-1",
        "transactionRequest": {
            "amount": 3422,
            "payment": {
                "creditCard": {
                    "cardNumber": "XXXX",
                    "expirationDate": "XXXX"
                }
            },
            "refTransId": "123456789",
            "transactionType": "refundTransaction"
        }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refund response&lt;/P&gt;&lt;PRE&gt;{
    "messages": {
        "message": [
            {
                "code": "E00027",
                "text": "The transaction was unsuccessful."
            }
        ],
        "resultCode": "Error"
    },
    "refId": "myRef-1",
    "transactionResponse": {
        "SupplementalDataQualificationIndicator": 0,
        "accountNumber": "XXXXXXXX",
        "accountType": "MasterCard",
        "authCode": "",
        "avsResultCode": "P",
        "cavvResultCode": "",
        "cvvResultCode": "",
        "errors": [
            {
                "errorCode": "54",
                "errorText": "The referenced transaction does not meet the criteria for issuing a credit."
            }
        ],
        "refTransID": "123456789",
        "responseCode": "3",
        "testRequest": "0",
        "transHash": "",
        "transHashSha2": "***********************************",
        "transId": "0"
    }
}&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Sep 2023 19:16:43 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Refund-The-referenced-transaction-does-not-meet-the-criteria-for/m-p/87581#M55114</guid>
      <dc:creator>sebastien-fey</dc:creator>
      <dc:date>2023-09-14T19:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Refund - The referenced transaction does not meet the criteria for issuing a credit.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Refund-The-referenced-transaction-does-not-meet-the-criteria-for/m-p/87584#M55117</link>
      <description>&lt;P&gt;It seems to me that you are working in a sandbox account that does not permit the transaction, whereas a production account would.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Sep 2023 04:58:40 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Refund-The-referenced-transaction-does-not-meet-the-criteria-for/m-p/87584#M55117</guid>
      <dc:creator>marine2026</dc:creator>
      <dc:date>2023-09-15T04:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Refund - The referenced transaction does not meet the criteria for issuing a credit.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Refund-The-referenced-transaction-does-not-meet-the-criteria-for/m-p/87609#M55140</link>
      <description>&lt;P&gt;I am not on a sandBox account, I am pointing to this endpoint:&amp;nbsp;&lt;A href="https://api.authorize.net/xml/v1/request.api" target="_blank" rel="noopener"&gt;https://api.authorize.net/xml/v1/request.api&lt;/A&gt;&amp;nbsp;with a production account&lt;/P&gt;&lt;P&gt;We have been using the Authorize API for years to take payments and do refunds.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Sep 2023 20:02:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Refund-The-referenced-transaction-does-not-meet-the-criteria-for/m-p/87609#M55140</guid>
      <dc:creator>sebastien-fey</dc:creator>
      <dc:date>2023-09-17T20:02:36Z</dc:date>
    </item>
  </channel>
</rss>

