<?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 New ARB Call -- ARBGetSubscriptionStatus Available on 8/24 in News and Announcements</title>
    <link>https://community.developer.cybersource.com/t5/News-and-Announcements/New-ARB-Call-ARBGetSubscriptionStatus-Available-on-8-24/m-p/4824#M44</link>
    <description>&lt;P&gt;One of the top-requested features we have received for our Automated Recurring Billing™ (ARB) feature is a way to check the status of a subscription using the API. Well we are pleased to announce that on August 24, 2010, that functionality will be available. Wahoo!!&amp;nbsp; :smileyvery-happy:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To give you a head start, we thought we'd post the code for you here. Now remember, this will not work until 8/24, but here you go:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Example ARBGetSubscriptionStatusRequest&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;ARBGetSubscriptionStatusRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;  &amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt;    &amp;lt;name&amp;gt;mytestacct&amp;lt;/name&amp;gt;&lt;BR /&gt;    &amp;lt;transactionKey&amp;gt;112223344&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt;  &amp;lt;/merchantAuthentication&amp;gt;&lt;BR /&gt;  &amp;lt;refId&amp;gt;Sample&amp;lt;/refId&amp;gt;&lt;BR /&gt;  &amp;lt;subscriptionId&amp;gt;100748&amp;lt;/subscriptionId&amp;gt;&lt;BR /&gt;&amp;lt;/ARBGetSubscriptionStatusRequest&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Example ARBGetSubscriptionStatusResponse&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;ARBGetSubscriptionStatusResponse &lt;BR /&gt;xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank" rel="nofollow"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank" rel="nofollow"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;  &amp;lt;refId&amp;gt;Sample&amp;lt;/refId&amp;gt;&lt;BR /&gt;  &amp;lt;messages&amp;gt;&lt;BR /&gt;    &amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;&lt;BR /&gt;    &amp;lt;message&amp;gt;&lt;BR /&gt;      &amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;&lt;BR /&gt;      &amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;&lt;BR /&gt;    &amp;lt;/message&amp;gt;&lt;BR /&gt;  &amp;lt;/messages&amp;gt;&lt;BR /&gt;  &amp;lt;status&amp;gt;active&amp;lt;/status&amp;gt;&lt;BR /&gt;&amp;lt;/ARBGetSubscriptionStatusResponse&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;The possible values for a subscription's status are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;active&lt;/LI&gt;
&lt;LI&gt;expired&lt;/LI&gt;
&lt;LI&gt;suspended&lt;/LI&gt;
&lt;LI&gt;canceled&lt;/LI&gt;
&lt;LI&gt;terminated&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;We hope this new function will help with your ARB solutions.&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;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
    <pubDate>Fri, 20 Aug 2010 22:08:01 GMT</pubDate>
    <dc:creator>Michelle</dc:creator>
    <dc:date>2010-08-20T22:08:01Z</dc:date>
    <item>
      <title>New ARB Call -- ARBGetSubscriptionStatus Available on 8/24</title>
      <link>https://community.developer.cybersource.com/t5/News-and-Announcements/New-ARB-Call-ARBGetSubscriptionStatus-Available-on-8-24/m-p/4824#M44</link>
      <description>&lt;P&gt;One of the top-requested features we have received for our Automated Recurring Billing™ (ARB) feature is a way to check the status of a subscription using the API. Well we are pleased to announce that on August 24, 2010, that functionality will be available. Wahoo!!&amp;nbsp; :smileyvery-happy:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To give you a head start, we thought we'd post the code for you here. Now remember, this will not work until 8/24, but here you go:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Example ARBGetSubscriptionStatusRequest&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&lt;BR /&gt;&amp;lt;ARBGetSubscriptionStatusRequest xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;  &amp;lt;merchantAuthentication&amp;gt;&lt;BR /&gt;    &amp;lt;name&amp;gt;mytestacct&amp;lt;/name&amp;gt;&lt;BR /&gt;    &amp;lt;transactionKey&amp;gt;112223344&amp;lt;/transactionKey&amp;gt;&lt;BR /&gt;  &amp;lt;/merchantAuthentication&amp;gt;&lt;BR /&gt;  &amp;lt;refId&amp;gt;Sample&amp;lt;/refId&amp;gt;&lt;BR /&gt;  &amp;lt;subscriptionId&amp;gt;100748&amp;lt;/subscriptionId&amp;gt;&lt;BR /&gt;&amp;lt;/ARBGetSubscriptionStatusRequest&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Example ARBGetSubscriptionStatusResponse&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&amp;lt;ARBGetSubscriptionStatusResponse &lt;BR /&gt;xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank" rel="nofollow"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank" rel="nofollow"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&lt;BR /&gt;  &amp;lt;refId&amp;gt;Sample&amp;lt;/refId&amp;gt;&lt;BR /&gt;  &amp;lt;messages&amp;gt;&lt;BR /&gt;    &amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;&lt;BR /&gt;    &amp;lt;message&amp;gt;&lt;BR /&gt;      &amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;&lt;BR /&gt;      &amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;&lt;BR /&gt;    &amp;lt;/message&amp;gt;&lt;BR /&gt;  &amp;lt;/messages&amp;gt;&lt;BR /&gt;  &amp;lt;status&amp;gt;active&amp;lt;/status&amp;gt;&lt;BR /&gt;&amp;lt;/ARBGetSubscriptionStatusResponse&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;
&lt;P&gt;The possible values for a subscription's status are:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;active&lt;/LI&gt;
&lt;LI&gt;expired&lt;/LI&gt;
&lt;LI&gt;suspended&lt;/LI&gt;
&lt;LI&gt;canceled&lt;/LI&gt;
&lt;LI&gt;terminated&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;We hope this new function will help with your ARB solutions.&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;Michelle&lt;/P&gt;
&lt;P&gt;Developer Community Manager&lt;/P&gt;</description>
      <pubDate>Fri, 20 Aug 2010 22:08:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/News-and-Announcements/New-ARB-Call-ARBGetSubscriptionStatus-Available-on-8-24/m-p/4824#M44</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2010-08-20T22:08:01Z</dc:date>
    </item>
  </channel>
</rss>

