<?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: Subscription search by Customer ID in the browser in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Subscription-search-by-Customer-ID-in-the-browser/m-p/20092#M11031</link>
    <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That was just an example, i'd like to use some syntax like that transaction id in a browswer that allows me to query the customer id instead, or by last name via the browser string, which will map into a quick link for our support team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Dec 2011 16:49:41 GMT</pubDate>
    <dc:creator>igroops</dc:creator>
    <dc:date>2011-12-15T16:49:41Z</dc:date>
    <item>
      <title>Subscription search by Customer ID in the browser</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Subscription-search-by-Customer-ID-in-the-browser/m-p/20052#M11011</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am integrating Sales Force quick links for customer id look to Authorize.net.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd to know if anyone knows how to manipulate this string witht he proper fields. So far I can only see that it searches by customer transaction id.&amp;nbsp; I'd like to know what the other fields are so I query against them and how the syntax is set.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g. of query: &lt;A href="https://account.authorize.net/UI/themes/anet/transaction/transactiondetail.aspx?transID=1018994011" target="_blank"&gt;https://account.authorize.net/UI/themes/anet/transaction/transactiondetail.aspx?transID=1018994011&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2011 13:49:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Subscription-search-by-Customer-ID-in-the-browser/m-p/20052#M11011</guid>
      <dc:creator>igroops</dc:creator>
      <dc:date>2011-12-15T13:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: Subscription search by Customer ID in the browser</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Subscription-search-by-Customer-ID-in-the-browser/m-p/20088#M11029</link>
      <description>&lt;P&gt;Not sure what you're trying to do, exactly? That's actually a transaction ID, not a customer ID, and if what you're trying to do is look up orders on your web site programmatically and display reports, you should investigate the Transaction Details API.&lt;/P&gt;&lt;P&gt;&lt;A href="http://developer.authorize.net/api/transaction_details/" target="_blank"&gt;http://developer.authorize.net/api/transaction_details/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, you put in the transaction ID and get out all the order information. Hopefully your web site has been storing transaction ID's.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If, on the other hand, you want to find transactions through the Authorize.net account control panel, you should click the Search tab at the top of the page and use that.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2011 16:40:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Subscription-search-by-Customer-ID-in-the-browser/m-p/20088#M11029</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-12-15T16:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Subscription search by Customer ID in the browser</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Subscription-search-by-Customer-ID-in-the-browser/m-p/20092#M11031</link>
      <description>&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That was just an example, i'd like to use some syntax like that transaction id in a browswer that allows me to query the customer id instead, or by last name via the browser string, which will map into a quick link for our support team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2011 16:49:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Subscription-search-by-Customer-ID-in-the-browser/m-p/20092#M11031</guid>
      <dc:creator>igroops</dc:creator>
      <dc:date>2011-12-15T16:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Subscription search by Customer ID in the browser</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Subscription-search-by-Customer-ID-in-the-browser/m-p/20098#M11034</link>
      <description>&lt;P&gt;Hmm. There isn't a search API, as far as I know. If you want to search on customer ID, customer name, etc., my advice is to store the searchable fields in your database along with the transaction or subscription ID, then bring up the rest of the order info with the Transaction Details API or the appropriate ARB or CIM API once your database returns a list of transactions or subscriptions. I always store customer name, address, etc. in my own database for easy searching later when I do something like this.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Dec 2011 17:02:32 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Subscription-search-by-Customer-ID-in-the-browser/m-p/20098#M11034</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-12-15T17:02:32Z</dc:date>
    </item>
  </channel>
</rss>

