<?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 ARB: how would I know a subscription has expired? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-how-would-I-know-a-subscription-has-expired/m-p/28128#M14836</link>
    <description>&lt;P&gt;I downloaded the C# ARB sample code and it works. I ran some tests using that code and I can see the test subscriptions in my Authorize.net terminal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my scenario:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I want a monthly subscription.&lt;/P&gt;&lt;P&gt;2. In my ASP.Net app, I can use the sample code. User pays for July.&lt;/P&gt;&lt;P&gt;3. When user is paying, I get the result code back from Authorize.Net and the user enrolls.&lt;/P&gt;&lt;P&gt;4. Now, suppose we're in August. User logs in.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5. How can I check to see if this user's subscription is still valid and his credit card has been charged? Do I need to &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;query Authorize.Net on each login (call the API on each login??)&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 22 Jul 2012 17:56:34 GMT</pubDate>
    <dc:creator>eramgarden</dc:creator>
    <dc:date>2012-07-22T17:56:34Z</dc:date>
    <item>
      <title>ARB: how would I know a subscription has expired?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-how-would-I-know-a-subscription-has-expired/m-p/28128#M14836</link>
      <description>&lt;P&gt;I downloaded the C# ARB sample code and it works. I ran some tests using that code and I can see the test subscriptions in my Authorize.net terminal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is my scenario:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. I want a monthly subscription.&lt;/P&gt;&lt;P&gt;2. In my ASP.Net app, I can use the sample code. User pays for July.&lt;/P&gt;&lt;P&gt;3. When user is paying, I get the result code back from Authorize.Net and the user enrolls.&lt;/P&gt;&lt;P&gt;4. Now, suppose we're in August. User logs in.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5. How can I check to see if this user's subscription is still valid and his credit card has been charged? Do I need to &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;query Authorize.Net on each login (call the API on each login??)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jul 2012 17:56:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-how-would-I-know-a-subscription-has-expired/m-p/28128#M14836</guid>
      <dc:creator>eramgarden</dc:creator>
      <dc:date>2012-07-22T17:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: how would I know a subscription has expired?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-how-would-I-know-a-subscription-has-expired/m-p/28146#M14845</link>
      <description>&lt;P&gt;No one? Do I need to setup an email functionality to send me emails when a subscription is declined?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2012 18:12:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-how-would-I-know-a-subscription-has-expired/m-p/28146#M14845</guid>
      <dc:creator>eramgarden</dc:creator>
      <dc:date>2012-07-23T18:12:50Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: how would I know a subscription has expired?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-how-would-I-know-a-subscription-has-expired/m-p/28168#M14855</link>
      <description>&lt;P&gt;The Automated Recurring Billing system does not currently provide full reporting through the API. The ARB status call can tell you if a subscription is active or not, but this does not directly correlate to a subscription having successful payments. Currently, the only way to be certain of the status of a given subscription is manually reviewing the subscription status.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jul 2012 23:26:27 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-how-would-I-know-a-subscription-has-expired/m-p/28168#M14855</guid>
      <dc:creator>Trevor</dc:creator>
      <dc:date>2012-07-23T23:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: how would I know a subscription has expired?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-how-would-I-know-a-subscription-has-expired/m-p/28172#M14857</link>
      <description>&lt;P&gt;I can't use ARBGetSubscriptionStatus or Status (i believe that;s correct) to check the status of a Subscription ID related to a user? If not, what should I use, CIM?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2012 08:36:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-how-would-I-know-a-subscription-has-expired/m-p/28172#M14857</guid>
      <dc:creator>eramgarden</dc:creator>
      <dc:date>2012-07-24T08:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: how would I know a subscription has expired?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-how-would-I-know-a-subscription-has-expired/m-p/28176#M14859</link>
      <description>&lt;P&gt;If you can not use the ARBGetSubscriptionStatus, the other option will be to login to the merchant account and manually check the status of the subscription.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2012 11:21:11 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-how-would-I-know-a-subscription-has-expired/m-p/28176#M14859</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-07-24T11:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: how would I know a subscription has expired?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-how-would-I-know-a-subscription-has-expired/m-p/28186#M14864</link>
      <description>&lt;P&gt;Sorry, I meant, can I use ARBGetSubscriptionStatus in my code to check for a user's subscription status? Is this doable? I've been reading different things on the forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2012 15:45:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-how-would-I-know-a-subscription-has-expired/m-p/28186#M14864</guid>
      <dc:creator>eramgarden</dc:creator>
      <dc:date>2012-07-24T15:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: how would I know a subscription has expired?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-how-would-I-know-a-subscription-has-expired/m-p/28196#M14869</link>
      <description>&lt;P&gt;Should be able to use ARBGetSubscriptionStatus to get the status. or the other option is thru the merchant account,&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jul 2012 19:41:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-how-would-I-know-a-subscription-has-expired/m-p/28196#M14869</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2012-07-24T19:41:34Z</dc:date>
    </item>
  </channel>
</rss>

