<?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: Active vs Suspended STATUS on Decline? in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/60211#M34769</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/10235"&gt;@rev23dev&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since this is a fundamental change in how some things work, we don't want to break anyone's existing workflow by forcing something on everyone. So, it's definitely opt in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More specific details about how it works should be available from that link in the Merchant Interface.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Oct 2017 20:45:51 GMT</pubDate>
    <dc:creator>Aaron</dc:creator>
    <dc:date>2017-10-17T20:45:51Z</dc:date>
    <item>
      <title>ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/10210#M6591</link>
      <description>&lt;P&gt;I've read several posts here on the behavior of ARB when a scheduled payment is DECLINED.&lt;BR /&gt;&lt;BR /&gt;From what I gather - for an EXISTING ARB subscription WHEN PAYMENT IS DECLINED:&lt;BR /&gt;&lt;BR /&gt;1. If it is the FIRST scheduled payment or payment info has been updated recenlty, the subscription STATUS gets set to SUSPENDED.&lt;BR /&gt;&lt;BR /&gt;Updating payment info sets subscription STATUS back to ACTIVE and the NEXT DAY at 2AM there is another attempt to process, no matter when the next subscription payment should run.&lt;BR /&gt;&lt;BR /&gt;2. If there has been 1 or more past payments on the subscription, the subscription STATUS *STAYS* ACTIVE.&lt;BR /&gt;&lt;BR /&gt;Updating payment info does nothing to STATUS and the next payment attempt is not run until the next scheduled date (could be 30 days away for a monthly subscription).&lt;BR /&gt;&lt;BR /&gt;How does one programatically deal with these two scenerios which are BOTH DECLINES but ARB is not consistent with STATUS or NEXT CHARGE DATE?&lt;BR /&gt;&lt;BR /&gt;Here's the workflow:&lt;BR /&gt;&lt;BR /&gt;1. From SILENT POST we know an ARB payment has failed (DECLINED).&lt;BR /&gt;&lt;BR /&gt;2. Next, check subscription status via API could be ACTIVE or SUSPENDED depending on 1 &amp;amp; 2 above! NO LOGIC HERE!&lt;BR /&gt;&lt;BR /&gt;3. If SUSPENDED, update payment, ARB runs again *NEXT DAY* a 2AM. At the time of update you won't know if card is valid, so possibility of failure. Could do AIM AUTH_ONLY to prevent this, but that's an extra step. Can't do AIM catch up here because ARB would double charge the user, since SUSPENDED updates automatically run the NEXT DAY at 2AM!&lt;BR /&gt;&lt;BR /&gt;4. If ACTIVE, update payment, ARB won't run again until next scheduled DATE. Have to process AIM Catch up payment to get account current.&lt;BR /&gt;&lt;BR /&gt;Seems like the only accurate way to deal with a SILENT POST ARB decline is to cancel the subscription, do an AIM catch up and create new ARB subscription. Relying on API subscription STATUS is not accurate.&lt;BR /&gt;&lt;BR /&gt;STATUS SHOULD BE *SUSPENDED* IN EVERY CASE when payment is declined! And also, the next payment charge date should be consistent and not vary if STATUS is SUSPENDED or ACTIVE!&lt;BR /&gt;&lt;BR /&gt;It's way too much headache to try and programmatically account for all the scenerios above. You would have to store another DB field for LAST_PAYMENT_STATUS (declined, accepted) alongside ARB_STATUS (active, suspended, etc). This is a waste. What is ARB STATUS useful for if not to know if the subscription is active or not. And when a payment FAILS there is no good reason for a subscription to stay ACTIVE!&lt;BR /&gt;&lt;BR /&gt;Please post the solutions that you've found for these issues.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2011 21:42:58 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/10210#M6591</guid>
      <dc:creator>ayurvibes</dc:creator>
      <dc:date>2011-02-10T21:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/10242#M6606</link>
      <description>&lt;P&gt;bump...little help please?&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2011 20:16:59 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/10242#M6606</guid>
      <dc:creator>ayurvibes</dc:creator>
      <dc:date>2011-02-13T20:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/10294#M6632</link>
      <description>&lt;P&gt;Hey &lt;SPAN class="lia-user-name UserName"&gt;&lt;SPAN class="lia-link-disabled lia-page-link lia-link-navigation"&gt;&lt;SPAN&gt;ayurvibes, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-user-name UserName"&gt;&lt;SPAN class="lia-link-disabled lia-page-link lia-link-navigation"&gt;&lt;SPAN&gt;You've pretty much got all the details down. When ARB was first created, it was simply designed to create and execute recurring transactions so that developers/merchants wouldn't have to do that on their end. But there are some areas that could use improving and I have passed on your feedback to our development teams. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-user-name UserName"&gt;&lt;SPAN class="lia-link-disabled lia-page-link lia-link-navigation"&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-user-name UserName"&gt;&lt;SPAN class="lia-link-disabled lia-page-link lia-link-navigation"&gt;&lt;SPAN&gt;Michelle&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="lia-user-name UserName"&gt;&lt;SPAN class="lia-link-disabled lia-page-link lia-link-navigation"&gt;&lt;SPAN&gt;Developer Community Manager&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2011 00:03:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/10294#M6632</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-02-15T00:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/10400#M6681</link>
      <description>&lt;P&gt;Michelle, thank you. Of course, I am very grateful for ARB and the work Anet has done to create this service. Everything is in a constant flux of growth and impovement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I appreciate you sending the info on the to dev team.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should have gone with the CIM and just wrote my own code to handle billing. Oh well, live and learn.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you guys have a way to import the ARB credit card info into CIM? If so I would switch. But I don't want to ask my customers to reinput payment info. You lose too many when you do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jhaura&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2011 20:09:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/10400#M6681</guid>
      <dc:creator>ayurvibes</dc:creator>
      <dc:date>2011-02-17T20:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/10518#M6737</link>
      <description>&lt;P&gt;Hey Jhaura, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Currently no, but that is one of the top requested features we hear. The dev teams are already aware of the need, so fingers crossed!&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>Tue, 22 Feb 2011 21:53:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/10518#M6737</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-02-22T21:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/13920#M8257</link>
      <description>&lt;P&gt;ayurvibes, your question is well-conceived and addresses many of the very same issues with which I am grappling. Thank you for taking the time to articulate the finer points and step-through the logic. I found your post quite helpful.&lt;BR /&gt;&lt;BR /&gt;In your initial post you proposed the following workflow:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/3920"&gt;@ayurvibes&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;[...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How does one programatically deal with these two scenerios which are BOTH DECLINES but ARB is not consistent with STATUS or NEXT CHARGE DATE?&lt;BR /&gt;&lt;BR /&gt;Here's the workflow:&lt;BR /&gt;&lt;BR /&gt;1. From SILENT POST we know an ARB payment has failed (DECLINED).&lt;BR /&gt;&lt;BR /&gt;2. Next, check subscription status via API could be ACTIVE or SUSPENDED depending on 1 &amp;amp; 2 above! NO LOGIC HERE!&lt;BR /&gt;&lt;BR /&gt;3. If SUSPENDED, update payment, ARB runs again *NEXT DAY* a 2AM. At the time of update you won't know if card is valid, so possibility of failure. Could do AIM AUTH_ONLY to prevent this, but that's an extra step. Can't do AIM catch up here because ARB would double charge the user, since SUSPENDED updates automatically run the NEXT DAY at 2AM!&lt;BR /&gt;&lt;BR /&gt;4. If ACTIVE, update payment, ARB won't run again until next scheduled DATE. Have to process AIM Catch up payment to get account current.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[...]&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The problem the proposed workflow is addressed in point 5, below.&lt;BR /&gt;&lt;BR /&gt;All citations are from the ARB Manual, rev. 6/3/2011.&lt;BR /&gt;&lt;BR /&gt;In general, the following issues with the ARB API require special attention from developers:&lt;BR /&gt;&lt;BR /&gt;1.) Note on page 20: "If you create a new subscription with the first payment scheduled for that same day, the initial payment for the subscription will actually be submitted the next business day."&lt;BR /&gt;&lt;BR /&gt;For this reason, and because a customer's payment information is not validated when a subscription is created (thus there is no reason to believe that the first scheduled payment will succeed), merchants should not grant customers access to subscription-required content without first charging the customer's card for some sensible amount. In the context of most applications, it is wise to charge the customer's card using the AIM or SIM API if the customer must have access to the merchant's subscription-required content immediately after submitting payment information for the first time.&lt;BR /&gt;&lt;BR /&gt;2.) 3rd Note on page 21: "The Silent Post feature only returns responses for scheduled ARB transactions that are approved or declined. The payment gateway will not return a response to the specified Silent Post URL if the scheduled transaction results in a general error due to expired or invalid payment information." The manual reiterates, on page 22, "ARB subscriptions only generate Silent Post responses if and when a transaction processes. If a transaction does not process, for example, if the credit card has expired, a Silent Post does not occur (see General Errors for Individual Payments in a Subscription on page 27 for more information). It is recommended that you configure the ARB specific email notifications within your account as well as using Silent Post for the purposes of identifying ARB subscription activity."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Silent Posts and email messages, alone, do not allow for developers to build rock-solid applications, so Authorize.Net's recommendation is unreasonable. Neither method is 100% reliable given that Silent Posts and email messages cannot be resent at any time. Even though, according to the 1st paragraph of page 30, the Merchant Interface on authorize.net does provide the details of individual ARB payments that fail due to invalid billing or expired payment information (on the Completed Transactions page of the merchant interface), developers do not have programmatic access to this information (and have no access at all under developer accounts).﻿&lt;BR /&gt;&lt;BR /&gt;3.) 1st Note on page 21: "The Daily Transaction Summary email returns an Excel file in comma separated value (.csv) format. The merchant will receive Successful.csv, Failed.csv or both files."&lt;BR /&gt;&lt;BR /&gt;If this email's delivery were guaranteed (which is not realistic), the manual does state, in the Note on page 30, that "Payments with general errors can be identified on the completed transactions page of the Merchant Interface. They will display 'N/A' in the Transaction ID field and 'General Error' in the Transaction Status field."&lt;BR /&gt;&lt;BR /&gt;I have not inspected "Failed.csv" yet, but assume (based on the above passage) that it lacks detail as to WHY each General Error occured, thus making it fairly useless for most purposes.&lt;BR /&gt;&lt;BR /&gt;4.) 2nd Note on page 21: "Test environment accounts do not process ARB subscription transactions. If you are using a test environment account, you will not receive these email notifications [referring to ARB emails described at the bottom of page 20] in any form. You will also not be able to receive an ARB subscription transaction Silent Post while using a test environment account."&lt;BR /&gt;&lt;BR /&gt;These facts make testing application logic that relies on emails or Silent Posts incredibly difficult.&lt;BR /&gt;&lt;BR /&gt;5.) 3rd paragraph of page 22: "Silent Post responses are returned in real-time, meaning as soon as the transaction processes we send out the Silent Post to your specified URL. We do not necessarily update the subscription in real-time, however. This means that you should not use the Silent Post response to immediately update or cancel an ARB subscription. If you update or cancel a subscription before we have updated the subscription in our system, our update will overwrite any changes you may have made. You should instead simply collect the response data and submit any changes necessary in your subscription(s) later that day."&lt;BR /&gt;&lt;BR /&gt;The logic behind this API behavior is puzzling (why aren't the subscription statuses updated FIRST, then the emails sent?), and it could render the original poster's proposed workflow problematic.&lt;BR /&gt;&lt;BR /&gt;This API behavior forces developers to batch-process subscription information at a specific time of day that does not conflict with the 2AM PST time at which Authorize.net updates its subscription statuses. This is less than ideal, especially given that a developer has no means by which to know how long after 2AM PST all merchant subscriptions will have been updated on Authorize.net's server.&lt;BR /&gt;&lt;BR /&gt;The disparity between the time at which a Silent Post is sent for failed individual subscription payments and the time at which the subscription status changes occur on Authorize.Net's servers renders Silent Post information useful only for batch-processing (and not for updating subscription statuses in real-time).&lt;BR /&gt;&lt;BR /&gt;6.) Subscription Suspension bullet-point on page 20: "A subscription will be suspended if the first payment in the subscription is declined, rejected or receives an error response." In the middle of page 29, the manual states further, "Anytime an error occurs that prevents the payment gateway from processing a scheduled payment in a subscription, the payment will result in a general error. For example, if the credit card expiration date on file for a subscription is not updated before it expires, the next scheduled payment will not be processed and the transaction will result in a general error. These subscriptions will not be suspended or be automatically terminated unless the general error occurs on the first scheduled payment in the subscription."&lt;BR /&gt;&lt;BR /&gt;Subscriptions for which the first scheduled payment succeeds will never go into "suspended" status if any payment after the first fails to be processed for any reason. This behavior seems absurd (as the original-poster noted). How are developers or merchants expected to address failed OR declined payments for subscriptions without resorting to manual processes?&lt;BR /&gt;&lt;BR /&gt;Any API that requires manual processes to be performed does not scale and should not be considered for use in any serious application.&lt;BR /&gt;&lt;BR /&gt;I have additional conerns relative to the ARB API, but these are the most fundamental.﻿&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jun 2011 16:15:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/13920#M8257</guid>
      <dc:creator>jbubbison</dc:creator>
      <dc:date>2011-06-23T16:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/13952#M8273</link>
      <description>&lt;P&gt;The original post says "Updating payment info sets subscription STATUS back to ACTIVE and the NEXT DAY at 2AM there is another attempt to process, no matter when the next subscription payment should run.﻿"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could not find this anywhere in the current documentation. &amp;nbsp;Is this something that no longer happens or am I just not seeing it in the documentation?&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2011 20:28:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/13952#M8273</guid>
      <dc:creator>TechStu</dc:creator>
      <dc:date>2011-06-24T20:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/15812#M8975</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/4866"&gt;@TechStu&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;The original post says "Updating payment info sets subscription STATUS back to ACTIVE and the NEXT DAY at 2AM there is another attempt to process, no matter when the next subscription payment should run.﻿"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I could not find this anywhere in the current documentation. &amp;nbsp;Is this something that no longer happens or am I just not seeing it in the documentation?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I've found that this is the case in the test environment. &amp;nbsp;Can someone please verify how the live environment works? &amp;nbsp;I've seen posts that state both ways and it's pretty important to know if it will or will not try again the next day. &amp;nbsp;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2011 13:57:36 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/15812#M8975</guid>
      <dc:creator>TechStu</dc:creator>
      <dc:date>2011-08-08T13:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/15840#M8988</link>
      <description>&lt;P&gt;I'm rather wishing I'd gone with CIM as well. It seems a lot more straightforward, and avoids having to use two billing methods (AIM + ARB) rather than one (CIM).&lt;/P&gt;</description>
      <pubDate>Mon, 08 Aug 2011 23:27:07 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/15840#M8988</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-08-08T23:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/15938#M9033</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The same behavior in the test environment occurs in the live environment. If a subscription suspends on the first payment, the subscription hasn't technically started yet. So the subscription will actually try to start again after you update the subscription info. That means that the first payment will be attempted again the next day.&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>Wed, 10 Aug 2011 19:35:50 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/15938#M9033</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-08-10T19:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/15940#M9034</link>
      <description>&lt;P&gt;Would be more helpful if it worked that way as well for subscriptions that have processed one or more payments. Any chance of adding a control panel setting that allows you to choose behavior?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-Ted&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2011 19:42:54 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/15940#M9034</guid>
      <dc:creator>TJPride</dc:creator>
      <dc:date>2011-08-10T19:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/15992#M9059</link>
      <description>&lt;P&gt;Hey Ted,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can certainly pass that suggestion on to our development teams. Can't give you any kinda quote on when or if that will be implemented, but I can tell you that they take feedback from the community very seriously.&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>Thu, 11 Aug 2011 20:13:10 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/15992#M9059</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2011-08-11T20:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/16140#M9131</link>
      <description>&lt;P&gt;Is there times when the first payment can be declined and NOT go into suspended mode? &amp;nbsp;It seems that just happened in my developement environment but I thought if the first payment was declined the arb would always be suspended. &amp;nbsp;Please clarify, thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*Edit: I am pretty sure that I did update the ARB with a new payment amount prior to the first payment. &amp;nbsp;Would that cause it not to go into suspended mode?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2011 16:30:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/16140#M9131</guid>
      <dc:creator>TechStu</dc:creator>
      <dc:date>2011-08-15T16:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/16364#M9241</link>
      <description>&lt;P&gt;Hi TechStu,﻿&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It doesn't happen in normal circumstances, &amp;nbsp;if the first payment was decline then the subscription will go into suspended status, if you got a decline instead I suggest that you email &lt;A href="mailto:developer@authorize.net" target="_blank"&gt;developer@authorize.net&lt;/A&gt; if you have specific examples you would like more information on or you can also contact our Customer Service.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;-Joy&lt;/P&gt;
&lt;P&gt;﻿&lt;/P&gt;</description>
      <pubDate>Fri, 19 Aug 2011 17:02:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/16364#M9241</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2011-08-19T17:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/34316#M18792</link>
      <description>&lt;P&gt;This was posted 2 years agon now ... is this still the way ARB handles declines?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the AIM "catch-up" still necessary after the user's cc info is updated?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be very helpful if ARB is able to rebill within 24 hours after the user's credit card information is updated ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Blair&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2013 14:23:31 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/34316#M18792</guid>
      <dc:creator>supercleanse</dc:creator>
      <dc:date>2013-05-22T14:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/41128#M22290</link>
      <description>&lt;P&gt;This issue of ARB not able to handle declined credit cards until the next billing cycle is an &lt;STRONG&gt;absolute joke&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Are you kidding me?&amp;nbsp; Should we&amp;nbsp;just give away a free month because you can't support your customers requirments?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And no, manually adding the corrected payment via your virtual terminal is no solution.&amp;nbsp; The history of the ARB is broken (as it takes too much effort to figure out what the result of the decline was on the account).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With all the millions of Target customers issued new credit cards this year, this liability is just too big. I am starting to seek out a 'better' solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This issue was raised way back in 2011....Shame on you for not listening to your customers.&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2014 14:16:26 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/41128#M22290</guid>
      <dc:creator>ptlapa</dc:creator>
      <dc:date>2014-05-16T14:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/41132#M22292</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/14817"&gt;@ptlapa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;We appreciate you raising this enhancement request again. &amp;nbsp;However, I can tell you that the product team is actively discussing this and other request to improve our recurring billing features through the API.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd recommend subscribing to this topic so that you'll be alerted via email if there are updates. To subscribe, click &lt;STRONG&gt;Topic Options&lt;/STRONG&gt; at the top of this thread and then select &lt;STRONG&gt;Subscribe&lt;/STRONG&gt;. You'll then receive an email once anyone replies to your post.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Richard&lt;/P&gt;</description>
      <pubDate>Fri, 16 May 2014 15:30:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/41132#M22292</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-05-16T15:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/47325#M23898</link>
      <description>&lt;P&gt;Another 4 months on - updated status? We are about to tackle this problem and it would be REALLY helpful to have it funcitoning in a fashion that SUPPORTED development.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2014 02:26:34 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/47325#M23898</guid>
      <dc:creator>alippert</dc:creator>
      <dc:date>2014-09-19T02:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/49505#M25075</link>
      <description>&lt;P&gt;Following&lt;/P&gt;</description>
      <pubDate>Sat, 31 Jan 2015 13:38:15 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/49505#M25075</guid>
      <dc:creator>healthsuccess</dc:creator>
      <dc:date>2015-01-31T13:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: ARB: Active vs Suspended STATUS on Decline?</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/50088#M25587</link>
      <description>&lt;P&gt;Another year - and this issue STILL lingers. To the Auth.net team - I am quite certain you have no concenption of exactly how onnerous this particular design choice makes things for your customers. Consistency of behavior - all declines mark subscription status as SUSPENDED. Any subsequent update to payment method tries the catch-up transaction - wuold make ALL of our lives very much easier. The current situation is literally indefensible. How about taking a few minutes and fixing this obvious design flaw.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 21:23:29 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARB-Active-vs-Suspended-STATUS-on-Decline/m-p/50088#M25587</guid>
      <dc:creator>alippert</dc:creator>
      <dc:date>2015-03-24T21:23:29Z</dc:date>
    </item>
  </channel>
</rss>

