<?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: invoice number  for refund transactions in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/invoice-number-for-refund-transactions/m-p/49911#M25435</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi &lt;SPAN class="UserName lia-user-name"&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18015" target="_self"&gt;&lt;SPAN class=""&gt;OlegYch&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can pass the invoiceNumber with your refund request and it should display in your report:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;createTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
  &amp;lt;merchantAuthentication&amp;gt;
    &amp;lt;name&amp;gt;API_LOGIN_ID&amp;lt;/name&amp;gt;
    &amp;lt;transactionKey&amp;gt;API_TRANSACTION_KEY&amp;lt;/transactionKey&amp;gt;
  &amp;lt;/merchantAuthentication&amp;gt;
  &amp;lt;refId&amp;gt;123456&amp;lt;/refId&amp;gt;
  &amp;lt;transactionRequest&amp;gt;
    &amp;lt;transactionType&amp;gt;refundTransaction&amp;lt;/transactionType&amp;gt;
    &amp;lt;amount&amp;gt;5&amp;lt;/amount&amp;gt;
    &amp;lt;payment&amp;gt;
      &amp;lt;creditCard&amp;gt;
        &amp;lt;cardNumber&amp;gt;1111&amp;lt;/cardNumber&amp;gt;
        &amp;lt;expirationDate&amp;gt;XXXX&amp;lt;/expirationDate&amp;gt;
        &amp;lt;cardCode&amp;gt;999&amp;lt;/cardCode&amp;gt;
      &amp;lt;/creditCard&amp;gt;
    &amp;lt;/payment&amp;gt;
     &amp;lt;refTransId&amp;gt;1234567890&amp;lt;/refTransId&amp;gt;
    &amp;lt;order&amp;gt;
     &amp;lt;invoiceNumber&amp;gt;INV-1234&amp;lt;/invoiceNumber&amp;gt;
         &amp;lt;/order&amp;gt;
     &amp;lt;/transactionRequest&amp;gt;
&amp;lt;/createTransactionRequest&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joy&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2015 22:59:59 GMT</pubDate>
    <dc:creator>Joy</dc:creator>
    <dc:date>2015-03-06T22:59:59Z</dc:date>
    <item>
      <title>invoice number  for refund transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/invoice-number-for-refund-transactions/m-p/49810#M25341</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I want to identify transactions with an external id, and i'm using invoiceNumber for that. It works fine for all kinds of transactions, except for refundTransaction. When i submit refund invoice number in reports is always empty.&lt;/P&gt;&lt;P&gt;Is there a way to set invoiceNumber for refunds? Or is there some other way to tag transactions so that i can search for them later?&lt;/P&gt;&lt;P&gt;Thanks, Aleh.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Feb 2015 12:54:03 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/invoice-number-for-refund-transactions/m-p/49810#M25341</guid>
      <dc:creator>OlegYch</dc:creator>
      <dc:date>2015-02-27T12:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: invoice number  for refund transactions</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/invoice-number-for-refund-transactions/m-p/49911#M25435</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi &lt;SPAN class="UserName lia-user-name"&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/18015" target="_self"&gt;&lt;SPAN class=""&gt;OlegYch&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can pass the invoiceNumber with your refund request and it should display in your report:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;createTransactionRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;
  &amp;lt;merchantAuthentication&amp;gt;
    &amp;lt;name&amp;gt;API_LOGIN_ID&amp;lt;/name&amp;gt;
    &amp;lt;transactionKey&amp;gt;API_TRANSACTION_KEY&amp;lt;/transactionKey&amp;gt;
  &amp;lt;/merchantAuthentication&amp;gt;
  &amp;lt;refId&amp;gt;123456&amp;lt;/refId&amp;gt;
  &amp;lt;transactionRequest&amp;gt;
    &amp;lt;transactionType&amp;gt;refundTransaction&amp;lt;/transactionType&amp;gt;
    &amp;lt;amount&amp;gt;5&amp;lt;/amount&amp;gt;
    &amp;lt;payment&amp;gt;
      &amp;lt;creditCard&amp;gt;
        &amp;lt;cardNumber&amp;gt;1111&amp;lt;/cardNumber&amp;gt;
        &amp;lt;expirationDate&amp;gt;XXXX&amp;lt;/expirationDate&amp;gt;
        &amp;lt;cardCode&amp;gt;999&amp;lt;/cardCode&amp;gt;
      &amp;lt;/creditCard&amp;gt;
    &amp;lt;/payment&amp;gt;
     &amp;lt;refTransId&amp;gt;1234567890&amp;lt;/refTransId&amp;gt;
    &amp;lt;order&amp;gt;
     &amp;lt;invoiceNumber&amp;gt;INV-1234&amp;lt;/invoiceNumber&amp;gt;
         &amp;lt;/order&amp;gt;
     &amp;lt;/transactionRequest&amp;gt;
&amp;lt;/createTransactionRequest&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Joy&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2015 22:59:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/invoice-number-for-refund-transactions/m-p/49911#M25435</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2015-03-06T22:59:59Z</dc:date>
    </item>
  </channel>
</rss>

