<?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: E00027 error when refunding with token and masked Routing/Acc# (CIM) in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-when-refunding-with-token-and-masked-Routing-Acc/m-p/54826#M29784</link>
    <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that suggested approach isn't&amp;nbsp;convenient for me. If it's possible to make refund &amp;lt;createCustomerProfileTransactionRequest&amp;gt; - it will be much easier for my existing integration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Such request works for CC flawlessly.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jun 2016 13:47:05 GMT</pubDate>
    <dc:creator>aleon</dc:creator>
    <dc:date>2016-06-06T13:47:05Z</dc:date>
    <item>
      <title>E00027 error when refunding with token and masked Routing/Acc# (CIM)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-when-refunding-with-token-and-masked-Routing-Acc/m-p/54792#M29751</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;E00027 error when refunding with token and masked Routing/Acc#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I recieve&amp;nbsp;&lt;SPAN&gt;E00027&amp;nbsp;&lt;SPAN&gt;The transaction cannot be found error. I do refund with token and masked Routing and Account numbers.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My request:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;createCustomerProfileTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
   &amp;lt;merchantAuthentication&amp;gt;
      &amp;lt;name&amp;gt;***&amp;lt;/name&amp;gt;
      &amp;lt;transactionKey&amp;gt;***&amp;lt;/transactionKey&amp;gt;
   &amp;lt;/merchantAuthentication&amp;gt;
   &amp;lt;transaction&amp;gt;
      &amp;lt;profileTransRefund&amp;gt;
         &amp;lt;amount&amp;gt;12.34&amp;lt;/amount&amp;gt;
         &amp;lt;bankRoutingNumberMasked&amp;gt;XXXX1891&amp;lt;/bankRoutingNumberMasked&amp;gt;
         &amp;lt;bankAccountNumberMasked&amp;gt;XXXX6789&amp;lt;/bankAccountNumberMasked&amp;gt;
         &amp;lt;transId&amp;gt;20000958700&amp;lt;/transId&amp;gt;
      &amp;lt;/profileTransRefund&amp;gt;
   &amp;lt;/transaction&amp;gt;
&amp;lt;/createCustomerProfileTransactionRequest&amp;gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does it even supposed to work? Am I missing something? Original transaction (20000958700) was made via token.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 14:29:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-when-refunding-with-token-and-masked-Routing-Acc/m-p/54792#M29751</guid>
      <dc:creator>aleon</dc:creator>
      <dc:date>2016-06-02T14:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 error when refunding with token and masked Routing/Acc# (CIM)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-when-refunding-with-token-and-masked-Routing-Acc/m-p/54793#M29752</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/20009"&gt;@aleon﻿&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It may be simpler to use a refund transaction using the transaction id.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://developer.authorize.net/api/reference/index.html#payment-transactions-refund-a-transaction" target="_blank"&gt;http://developer.authorize.net/api/reference/index.html#payment-transactions-refund-a-transaction&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 14:44:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-when-refunding-with-token-and-masked-Routing-Acc/m-p/54793#M29752</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2016-06-02T14:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 error when refunding with token and masked Routing/Acc# (CIM)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-when-refunding-with-token-and-masked-Routing-Acc/m-p/54826#M29784</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/7546"&gt;@RichardH﻿&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is that suggested approach isn't&amp;nbsp;convenient for me. If it's possible to make refund &amp;lt;createCustomerProfileTransactionRequest&amp;gt; - it will be much easier for my existing integration.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Such request works for CC flawlessly.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jun 2016 13:47:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-when-refunding-with-token-and-masked-Routing-Acc/m-p/54826#M29784</guid>
      <dc:creator>aleon</dc:creator>
      <dc:date>2016-06-06T13:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: E00027 error when refunding with token and masked Routing/Acc# (CIM)</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-when-refunding-with-token-and-masked-Routing-Acc/m-p/54867#M29824</link>
      <description>&lt;P&gt;*bump*&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jun 2016 11:51:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/E00027-error-when-refunding-with-token-and-masked-Routing-Acc/m-p/54867#M29824</guid>
      <dc:creator>aleon</dc:creator>
      <dc:date>2016-06-09T11:51:24Z</dc:date>
    </item>
  </channel>
</rss>

