<?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: CIM: Refunds in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/46683#M23600</link>
    <description>&lt;P&gt;When the transactionid is 0, it mean is on testmode. For sandbox account make sure testmode is off.&lt;/P&gt;&lt;P&gt;Sample codes is under "DOWNLOADS"&lt;/P&gt;</description>
    <pubDate>Wed, 27 Aug 2014 11:18:39 GMT</pubDate>
    <dc:creator>RaynorC1emen7</dc:creator>
    <dc:date>2014-08-27T11:18:39Z</dc:date>
    <item>
      <title>CIM: Refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/27260#M14427</link>
      <description>&lt;P&gt;I've successfully tested both SALE and VOID transactions using the CIM SDK code samples and they work as expected.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With Refund transactions, though, I ran into an odd issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When trying to perform a Refund on a CIM Sale transaction, I'm getting the following error message back:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Customer Profile ID and Customer Payment Profile ID OR masked Credit Card Number OR masked ABA Routing Number and masked Bank Account Number are required."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When Crediting a CIM Sale transaction, I'm sending the CustomerProfileID, CustomerPaymentProfileID, Amount, TransID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm also passing in some order-related details (invoice number and description) for the refund as well as the same extra options as on my Sale/Void transactions, which is "x_delim_data=True&amp;amp;x_relay_response=False&amp;amp;x_delim_char=,&amp;amp;x_encap_char=|"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I double-checked the CIM guide and it says that CreditCardNumberMasked does not need to be included, but will be validated if it is included.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Through experimentation, I found that the only way I could get the Refund transaction to go through, however, was to include the CustomerProfileID, CustomerPaymentProfileID, TransID, *AND* the CreditCardNumberMasked.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone else run into this before? Is it a known bug/feature? Or is it just something odd in my implementation?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2012 14:05:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/27260#M14427</guid>
      <dc:creator>kevinfairchild</dc:creator>
      <dc:date>2012-06-18T14:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: Refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/27314#M14453</link>
      <description>I'm getting the exact same issue.</description>
      <pubDate>Tue, 19 Jun 2012 20:07:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/27314#M14453</guid>
      <dc:creator>istmajor</dc:creator>
      <dc:date>2012-06-19T20:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: Refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/27482#M14530</link>
      <description>&lt;P&gt;I'm not able to recreate the problem myself. I just successfully credited a CIM transaction with this XML structure:&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;xxxxxx&amp;lt;/name&amp;gt;
    &amp;lt;transactionKey&amp;gt;xxxxxxxxxx&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;5.00&amp;lt;/amount&amp;gt;
      &amp;lt;customerProfileId&amp;gt;123456&amp;lt;/customerProfileId&amp;gt;
      &amp;lt;customerPaymentProfileId&amp;gt;1234567&amp;lt;/customerPaymentProfileId&amp;gt;
      &amp;lt;transId&amp;gt;1234567890&amp;lt;/transId&amp;gt;
    &amp;lt;/profileTransRefund&amp;gt;
  &amp;lt;/transaction&amp;gt;
&amp;lt;/createCustomerProfileTransactionRequest&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 25 Jun 2012 23:29:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/27482#M14530</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2012-06-25T23:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: Refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/27502#M14540</link>
      <description>&lt;P&gt;Also, I'm using this via the SOAP WebService code supplied in the SDK, if that matters...&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2012 20:33:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/27502#M14540</guid>
      <dc:creator>kevinfairchild</dc:creator>
      <dc:date>2012-06-26T20:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: Refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/27762#M14664</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We still haven't been able to re-create the issue you're seeing. Can you post your full code and response to it? Or email it to developer@authorize.net for us to look into further?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2012 16:10:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/27762#M14664</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2012-07-09T16:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: Refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/46591#M23558</link>
      <description>&lt;P&gt;how to refund the amount for the list of customers&amp;nbsp;&amp;nbsp;using CMI API by the cutomer id,customer payment id and amount to refund, can you pls suggest some method to implement this??&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2014 10:53:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/46591#M23558</guid>
      <dc:creator>shan</dc:creator>
      <dc:date>2014-08-26T10:53:20Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: Refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/46593#M23559</link>
      <description>&lt;P&gt;Is in the doc&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://developer.authorize.net/api/cim/"&gt;http://developer.authorize.net/api/cim/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;"refund transaction"&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2014 10:58:42 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/46593#M23559</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-08-26T10:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: Refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/46673#M23595</link>
      <description>&lt;P&gt;Thank you, for test purpose i create the transaction in sandbox account for particular customer but why that transaction is not displaying in transaction details and Transaction id is 0 &amp;nbsp;but mail was delivered successfully,how can i make transaction with existing customer profile in my sandbox account.. need sample code since i am new to authorize.net payment gateway.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2014 05:43:06 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/46673#M23595</guid>
      <dc:creator>shan</dc:creator>
      <dc:date>2014-08-27T05:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: Refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/46683#M23600</link>
      <description>&lt;P&gt;When the transactionid is 0, it mean is on testmode. For sandbox account make sure testmode is off.&lt;/P&gt;&lt;P&gt;Sample codes is under "DOWNLOADS"&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2014 11:18:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/46683#M23600</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-08-27T11:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: CIM: Refunds</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/48960#M24585</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/10327"&gt;@kevinfairchild&lt;/a&gt;&amp;nbsp;how did you solved your problem?&lt;/P&gt;</description>
      <pubDate>Sun, 23 Nov 2014 14:26:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/CIM-Refunds/m-p/48960#M24585</guid>
      <dc:creator>christigjn</dc:creator>
      <dc:date>2014-11-23T14:26:59Z</dc:date>
    </item>
  </channel>
</rss>

