<?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: RefID - Merchant-assigned reference ID for the request. in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/RefID-Merchant-assigned-reference-ID-for-the-request/m-p/62252#M36611</link>
    <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23716"&gt;@Yanping&lt;/a&gt;&amp;nbsp;I want to make sure we're talking about the same thing, because many developers use "AIM" to mean&amp;nbsp;more than one thing.&lt;BR /&gt;&lt;BR /&gt;We typically used "AIM" to refer to a direct connection that exchanged transaction requests and responses as name-value pairs. And&amp;nbsp;while we &lt;A href="https://developer.authorize.net/api/upgrade_guide/#aim" target="_self"&gt;still offer support for AIM&lt;/A&gt;, we've de-emphasized it in favor of the &lt;A href="https://developer.authorize.net/content/developer/en_us/api/reference/" target="_self"&gt;Authorize.Net API&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;AIM doesn't support a dedicated reference ID field, but it does support merchant-defined fields. Any field you send us that isn't part of our specification, and which doesn't contain sensitive details like card numbers, will be echoed back in the response.&lt;BR /&gt;&lt;BR /&gt;That said, I only recommend going that route for a legacy application. For new applications, I strongly urge you to use the Authorize.Net API and its dedicated &lt;STRONG&gt;refId&lt;/STRONG&gt; field.&lt;BR /&gt;&lt;BR /&gt;Does that help?&lt;/P&gt;</description>
    <pubDate>Thu, 22 Mar 2018 17:10:16 GMT</pubDate>
    <dc:creator>Lilith</dc:creator>
    <dc:date>2018-03-22T17:10:16Z</dc:date>
    <item>
      <title>RefID - Merchant-assigned reference ID for the request.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/RefID-Merchant-assigned-reference-ID-for-the-request/m-p/62122#M36495</link>
      <description>&lt;P&gt;Reading through&amp;nbsp;&lt;A href="https://developer.authorize.net/api/reference/#transaction-reporting" target="_blank"&gt;https://developer.authorize.net/api/reference/#transaction-reporting&lt;/A&gt;, I am wondering how the "RefID" is used, description "Merchant-assigned reference ID for the request." It&amp;nbsp; is not clear to me. Is it the same as "x_cust_id" in previous API?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need is to return transaction associated with a specified invoice_number.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 14 Mar 2018 19:37:09 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/RefID-Merchant-assigned-reference-ID-for-the-request/m-p/62122#M36495</guid>
      <dc:creator>Yanping</dc:creator>
      <dc:date>2018-03-14T19:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: RefID - Merchant-assigned reference ID for the request.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/RefID-Merchant-assigned-reference-ID-for-the-request/m-p/62141#M36512</link>
      <description>&lt;P&gt;RefId is a field where you can send ids from your internal system for your reference. Note: It is not stored with the transaction information, unlike other fields such as customer id or invoice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you use createTransaction you can send an invoice number in the order section.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example:&lt;/P&gt;&lt;P&gt;&amp;lt;order&amp;gt;&lt;BR /&gt;&amp;lt;invoiceNumber&amp;gt;INV-12345&amp;lt;/invoiceNumber&amp;gt;&lt;BR /&gt;&amp;lt;description&amp;gt;Product Description&amp;lt;/description&amp;gt;&lt;BR /&gt;&amp;lt;/order&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 20:51:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/RefID-Merchant-assigned-reference-ID-for-the-request/m-p/62141#M36512</guid>
      <dc:creator>mmcguire</dc:creator>
      <dc:date>2018-03-15T20:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: RefID - Merchant-assigned reference ID for the request.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/RefID-Merchant-assigned-reference-ID-for-the-request/m-p/62142#M36513</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23716"&gt;@Yanping&lt;/a&gt;&amp;nbsp;-- adding on to &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22787"&gt;@mmcguire&lt;/a&gt;'s response above, if you look at the Response tab for &lt;FONT face="courier new,courier,monospace"&gt;getTransactionDetails&lt;/FONT&gt;, you'll see that we return &lt;FONT face="courier new,courier,monospace"&gt;invoiceNumber&lt;/FONT&gt; in the &lt;FONT face="courier new,courier,monospace"&gt;order&lt;/FONT&gt; element of the response. As long as the invoice number was passed to us in the original transaction request, it should appear in this call's response.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Mar 2018 21:17:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/RefID-Merchant-assigned-reference-ID-for-the-request/m-p/62142#M36513</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2018-03-15T21:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: RefID - Merchant-assigned reference ID for the request.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/RefID-Merchant-assigned-reference-ID-for-the-request/m-p/62147#M36518</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp;&lt;FONT face="courier new,courier,monospace"&gt;invoiceNumber&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp; is the field to go&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 13:17:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/RefID-Merchant-assigned-reference-ID-for-the-request/m-p/62147#M36518</guid>
      <dc:creator>Yanping</dc:creator>
      <dc:date>2018-03-16T13:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: RefID - Merchant-assigned reference ID for the request.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/RefID-Merchant-assigned-reference-ID-for-the-request/m-p/62148#M36519</link>
      <description>&lt;P&gt;Just to be sure, does AIM support&amp;nbsp;&lt;SPAN&gt;RefID?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 13:19:39 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/RefID-Merchant-assigned-reference-ID-for-the-request/m-p/62148#M36519</guid>
      <dc:creator>Yanping</dc:creator>
      <dc:date>2018-03-16T13:19:39Z</dc:date>
    </item>
    <item>
      <title>Re: RefID - Merchant-assigned reference ID for the request.</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/RefID-Merchant-assigned-reference-ID-for-the-request/m-p/62252#M36611</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/23716"&gt;@Yanping&lt;/a&gt;&amp;nbsp;I want to make sure we're talking about the same thing, because many developers use "AIM" to mean&amp;nbsp;more than one thing.&lt;BR /&gt;&lt;BR /&gt;We typically used "AIM" to refer to a direct connection that exchanged transaction requests and responses as name-value pairs. And&amp;nbsp;while we &lt;A href="https://developer.authorize.net/api/upgrade_guide/#aim" target="_self"&gt;still offer support for AIM&lt;/A&gt;, we've de-emphasized it in favor of the &lt;A href="https://developer.authorize.net/content/developer/en_us/api/reference/" target="_self"&gt;Authorize.Net API&lt;/A&gt;.&lt;BR /&gt;&lt;BR /&gt;AIM doesn't support a dedicated reference ID field, but it does support merchant-defined fields. Any field you send us that isn't part of our specification, and which doesn't contain sensitive details like card numbers, will be echoed back in the response.&lt;BR /&gt;&lt;BR /&gt;That said, I only recommend going that route for a legacy application. For new applications, I strongly urge you to use the Authorize.Net API and its dedicated &lt;STRONG&gt;refId&lt;/STRONG&gt; field.&lt;BR /&gt;&lt;BR /&gt;Does that help?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Mar 2018 17:10:16 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/RefID-Merchant-assigned-reference-ID-for-the-request/m-p/62252#M36611</guid>
      <dc:creator>Lilith</dc:creator>
      <dc:date>2018-03-22T17:10:16Z</dc:date>
    </item>
  </channel>
</rss>

