<?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: ARB Data with Subscription ID or Customer ID in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Data-with-Subscription-ID-or-Customer-ID/m-p/19262#M10623</link>
    <description>&lt;P&gt;Hi All, Please Let me know how i will get the&amp;nbsp;&lt;SPAN style="line-height: normal; font-size: small;"&gt;Transaction&amp;nbsp;&lt;/SPAN&gt;details on the behalf of subscriptionid that is created by Authorize.net..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Nov 2011 13:59:56 GMT</pubDate>
    <dc:creator>rkumar670</dc:creator>
    <dc:date>2011-11-23T13:59:56Z</dc:date>
    <item>
      <title>ARB Data with Subscription ID or Customer ID</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Data-with-Subscription-ID-or-Customer-ID/m-p/10920#M6918</link>
      <description>&lt;P&gt;Hi Guys.&lt;/P&gt;&lt;P&gt;I'm trying to build a process that allows me to download the ARB transactions including the&lt;/P&gt;&lt;P&gt;Subscription ID or the Customer ID so that I can integrate the data with my server data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Specifically I'm looking to download the renewal data. I already capture the a.net response to the initial ARB creation process.&lt;/P&gt;&lt;P&gt;However, we are setting up to pay commissions upon renewals, hence the need to download the renewal data on a daily basis.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking at the&amp;nbsp;&lt;SPAN style="font-family: Arial; font-size: small; line-height: normal;"&gt;getSettledBatchListRequest&amp;nbsp;and&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: small; line-height: normal;"&gt;&lt;FONT face="Times New Roman"&gt;&lt;FONT face="Times New Roman"&gt;GetTransactionListRequest, they allow me to get the transaction data,&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: 'Times New Roman'; line-height: normal;"&gt;but the responses do not include either the Subscription ID or the Customer ID, either of which are key to tieing the data together.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there another method I can use, or is this a dead end?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TIA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2011 11:26:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Data-with-Subscription-ID-or-Customer-ID/m-p/10920#M6918</guid>
      <dc:creator>Britinusa</dc:creator>
      <dc:date>2011-03-07T11:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: ARB Data with Subscription ID or Customer ID</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Data-with-Subscription-ID-or-Customer-ID/m-p/10922#M6919</link>
      <description>&lt;P&gt;You can't get any information from the ARB API. It is used to created, update, and delete subscriptions.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What do you mean by "download renewal data"?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2011 14:35:24 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Data-with-Subscription-ID-or-Customer-ID/m-p/10922#M6919</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2011-03-07T14:35:24Z</dc:date>
    </item>
    <item>
      <title>Re: ARB Data with Subscription ID or Customer ID</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Data-with-Subscription-ID-or-Customer-ID/m-p/10968#M6940</link>
      <description>&lt;P&gt;When an ARB subscription renews, we get the email with the success/failures, but I need to fetch the data automatically from a.net&lt;/P&gt;&lt;P&gt;rather than rely upon extracting it from the CSV success/failure files.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I have the proceedure figured out using&amp;nbsp;&amp;nbsp;the Transaction Details API&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So far I am able to retrieve the Batch ID's using the&amp;nbsp;getSettledBatchListRequest&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next I'll &amp;nbsp;process each batchid to get the transactions in that batch via&amp;nbsp;getTransactionListRequest&lt;/P&gt;&lt;P&gt;Then get the transaction details for each transaction using&amp;nbsp;getTransactionDetailsRequest&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That last routine's response includes the Merchant assigned Customer ID, and that will allow me to tie the data together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what would be really nice is an API routine to deliver all of the success/failures during a date period where the response includes the Customer ID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate your input stymiee, am I on the right track?&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2011 01:32:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Data-with-Subscription-ID-or-Customer-ID/m-p/10968#M6940</guid>
      <dc:creator>Britinusa</dc:creator>
      <dc:date>2011-03-08T01:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: ARB Data with Subscription ID or Customer ID</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Data-with-Subscription-ID-or-Customer-ID/m-p/10982#M6947</link>
      <description>&lt;P&gt;Sounds good to me. :)&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2011 14:29:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Data-with-Subscription-ID-or-Customer-ID/m-p/10982#M6947</guid>
      <dc:creator>stymiee</dc:creator>
      <dc:date>2011-03-08T14:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: ARB Data with Subscription ID or Customer ID</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Data-with-Subscription-ID-or-Customer-ID/m-p/19262#M10623</link>
      <description>&lt;P&gt;Hi All, Please Let me know how i will get the&amp;nbsp;&lt;SPAN style="line-height: normal; font-size: small;"&gt;Transaction&amp;nbsp;&lt;/SPAN&gt;details on the behalf of subscriptionid that is created by Authorize.net..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2011 13:59:56 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Data-with-Subscription-ID-or-Customer-ID/m-p/19262#M10623</guid>
      <dc:creator>rkumar670</dc:creator>
      <dc:date>2011-11-23T13:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: ARB Data with Subscription ID or Customer ID</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Data-with-Subscription-ID-or-Customer-ID/m-p/19278#M10631</link>
      <description>&lt;P&gt;As far as I know, there is no interface for retrieving subscription transactions using just a subscription ID. You can, however, use the Silent Post URL (see Settings -&amp;gt; Transaction Format Settings -&amp;gt; Transaction Response Settings in your control panel) to collect and store transaction ID's as they process for each subscription, then use the Transaction Details API to look them up later. I do this with my ARB subscriptions.&lt;/P&gt;</description>
      <pubDate>Thu, 24 Nov 2011 08:09:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Data-with-Subscription-ID-or-Customer-ID/m-p/19278#M10631</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-11-24T08:09:18Z</dc:date>
    </item>
  </channel>
</rss>

