<?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: subcription transaction declined but subscription still active in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61116#M35614</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes you are correct to&amp;nbsp; observe that *without Auto Retry* the subscriptions would get suspended due o AVS failure &lt;STRONG&gt;only&lt;/STRONG&gt; if its the FIRST run OR if the subscription was updated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enabling Auto Retry is one option to have the subscriptions fail everytime there is a failure related to credit card data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hear your concen, but I am not sure if it's possible even by CSR to revert back to No-Auto Retry, but let me check with the team and get back to you.&lt;/P&gt;</description>
    <pubDate>Mon, 08 Jan 2018 18:12:46 GMT</pubDate>
    <dc:creator>rajvpate</dc:creator>
    <dc:date>2018-01-08T18:12:46Z</dc:date>
    <item>
      <title>subcription transaction declined but subscription still active</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61113#M35613</link>
      <description>&lt;P&gt;I sent the following to support in the middle of last week, and have not yet seen a response.&amp;nbsp; So I thought I'd try here.&amp;nbsp; I have searched these forums directly and also done google searches, and I have not seen a solution to what we are trying to accomplish below.&lt;BR /&gt;&lt;BR /&gt;We are using ARB to run a monthly subscription membership service. The first payment is performed through AIM since we want to start their website membership right away. We then start their subscription one month later. Each day we have a script that runs to determine whether memberships should be extended for another month or terminated. Up until now we have based this on whether their Authorize.net subscription status is "active" or not. If "active" we extend their membership; if the subscription is any other status, we stop their website membership.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we first started doing this, it was our understanding that if a credit card was declined, the subscription would no longer have an "active" status. And in our testing this seemed to be the case, and in our early production usage this also seemed to be the case - declined credit cards on those first month's subscriptions did change to a non "active" status...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, we have now discovered that it appears that only if the credit card is declined on the FIRST subscription payment attempt will the subscription status change to something other than "active." If the initial subscription payment is successful, though, and then later there is a decline it does NOT change the subscription status, and it remains "active." Which means we've had memberships go for months with "declines" on their credit cards while their memberships have remained in place.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is NOT the behavior we want - if their card is declined, we want their membership on our site to cease. (We will restart a new subscription later if they want to start up a new monthly membership.)&amp;nbsp; &amp;nbsp;Thus, we need a way to determine if a subscription payment was declined.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I thought a good solution would be to somehow look up a list of transactions for a given subscription using one of the Authorize.net APIs, and then seeing if the most recent transaction was successful and basing the change in our website membership on that information - but it appears this is NOT an option in any of the APIs (i.e. there is no way to look up transactions based on subscription id... is this correct?).&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Given that, our next thought was to turn on Automatic Retry. Are we correct that if that is turned on, it will set a subscription to "suspended" status on&amp;nbsp;ANY decline? If so, my plan is to have my daily script check for "suspended" status for each subscription, and if "suspended" we will terminate their website membership and cancel the subscription on authorize.net&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone see any problems with this idea? Is there a better approach? We thought about using the Transaction API, but since transaction settlement seems to happen haphazardly, sometimes a day or two after the transaction itself, this does not seem like a reliable solution for us (we would have to retroactively make checks, which seems cumbersome at best) - am I missing something here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, another question:&amp;nbsp; the Automatic Retry info indicates that once enabled, it cannot be disabled. Does this just mean that *I* cannot disable it? Or can the folks at Authorize.net also not disable it? In other words, if we enable it and something goes awry, can we message or otherwise contact Authorize.net to disable it for us? While it seems safe enough to turn on, we would really like *some* option to disable it if it somehow breaks something...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And one final question/inquiry related to all of the above: we would very much like to test all this out on the sandbox, including turning on Automatic Retry, etc. However, there does not appear to be any way to create "dummy data" in the sandbox. Because of this and because the sandbox works more or less EXACTLY like the production environment, it would be at least a week before we could test transactions on any "second" subscription payment transactions. And we can't test against real data without enabling Automatic Retry (which we are scared to do without testing! Catch 22...) Maybe there is a way to enter test data (subscriptions, transactions, etc) into the sandbox that I am missing? There really should be a way if there isn't - having to wait an entire week to test a feature of my application's interface with the system seems burdensome. It would be nice to be able to back date subscriptions, manually run transactions on them, allow some subscription transactions to be successful at first but decline later, and so on, in order to generate test data for different scenarios. While I see the benefit to the sandbox working like the production service, having the ability to manually manipulate test data would be really useful.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your time and wisdom on my issues above!&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 17:07:18 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61113#M35613</guid>
      <dc:creator>SodaBob</dc:creator>
      <dc:date>2018-01-08T17:07:18Z</dc:date>
    </item>
    <item>
      <title>Re: subcription transaction declined but subscription still active</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61116#M35614</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes you are correct to&amp;nbsp; observe that *without Auto Retry* the subscriptions would get suspended due o AVS failure &lt;STRONG&gt;only&lt;/STRONG&gt; if its the FIRST run OR if the subscription was updated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Enabling Auto Retry is one option to have the subscriptions fail everytime there is a failure related to credit card data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hear your concen, but I am not sure if it's possible even by CSR to revert back to No-Auto Retry, but let me check with the team and get back to you.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 18:12:46 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61116#M35614</guid>
      <dc:creator>rajvpate</dc:creator>
      <dc:date>2018-01-08T18:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: subcription transaction declined but subscription still active</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61122#M35618</link>
      <description>&lt;P&gt;Thank you for the confirmation on Auto Retry, and I thankfully await your response regarding the ability to revert to no-auto-retry.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 20:02:57 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61122#M35618</guid>
      <dc:creator>SodaBob</dc:creator>
      <dc:date>2018-01-08T20:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: subcription transaction declined but subscription still active</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61124#M35620</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not feasible to update values for reverting Auto-Retry in sandbox environment. As you mentioned, a 7 day subscription under test in cert test would be the shortest window to test the behaviour.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;~ Rajvi&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 21:12:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61124#M35620</guid>
      <dc:creator>rajvpate</dc:creator>
      <dc:date>2018-01-08T21:12:02Z</dc:date>
    </item>
    <item>
      <title>Re: subcription transaction declined but subscription still active</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61125#M35621</link>
      <description>&lt;P&gt;Just to make sure I'm understanding, if we turn on Auto-Retry in the sandbox it cannot be reverted, but what about the production authorize.net service?&lt;BR /&gt;&lt;BR /&gt;In the test sandbox environment, is there a way to have the first transaction for a subscription be successful, but the second be declined?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 21:24:20 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61125#M35621</guid>
      <dc:creator>SodaBob</dc:creator>
      <dc:date>2018-01-08T21:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: subcription transaction declined but subscription still active</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61127#M35623</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It is not possible to revert back from Auto-Retry in sandbox or in production environment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the sandbox environment, if you have turned on Auto-Retry, and a subscription has been created using a non-error amount as per the Testing Guide here: &lt;A href="https://developer.authorize.net/hello_world/testing_guide/" target="_blank"&gt;https://developer.authorize.net/hello_world/testing_guide/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for example with amount = 5.00, it should be successful for the first run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then, after the first successful run, if the subscription is updated from MINT UI with the billing zipcode = 46282 (As per section Generating Card Responses-&amp;gt;&lt;SPAN class="flowsectiontitle"&gt;GENERAL RESPONSES), the transaction should be declined. This should then mark the subscription as SUSPENDED.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="flowsectiontitle"&gt;I have submitted a test transaction for a merchant enabled for AutoRetry in Cert env with amount 5.00 (just as suggested) and can let you know the results once ARBTGen is run at &lt;/SPAN&gt;08:30 GMT/12:30&amp;nbsp;AM PST.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;~ Rajvi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 22:24:49 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61127#M35623</guid>
      <dc:creator>rajvpate</dc:creator>
      <dc:date>2018-01-08T22:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: subcription transaction declined but subscription still active</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61132#M35627</link>
      <description>&lt;P&gt;That is great information, thanks so much!&amp;nbsp; I look forward to the results of your final test.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 13:23:28 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61132#M35627</guid>
      <dc:creator>SodaBob</dc:creator>
      <dc:date>2018-01-09T13:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: subcription transaction declined but subscription still active</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61140#M35634</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As expected, the subscription in CERT env with the Merchant that had AutoRetry enabled, passed successfully.&lt;/P&gt;&lt;P&gt;I have now updated the Billing zipcode to 46282 as per the testing guide and expect it to fail on the next run. Will let you know once I see results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anything else you need ?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 17:52:55 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61140#M35634</guid>
      <dc:creator>rajvpate</dc:creator>
      <dc:date>2018-01-09T17:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: subcription transaction declined but subscription still active</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61146#M35638</link>
      <description>No, that is it! Thanks so much!&lt;BR /&gt;&lt;BR /&gt;I have set up some test subscriptions of my own in my sandbox using your suggested method above. I will use them to test over the next week.&lt;BR /&gt;&lt;BR /&gt;I will set your first response as the solution, though all of your posts had great info.</description>
      <pubDate>Tue, 09 Jan 2018 21:01:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61146#M35638</guid>
      <dc:creator>SodaBob</dc:creator>
      <dc:date>2018-01-09T21:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: subcription transaction declined but subscription still active</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61147#M35639</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is way to know&amp;nbsp;whether a&amp;nbsp;subscription transaction is declined or not irrespective of first or any another occurence.&amp;nbsp;you can call GetSubscription Api to get latest 20 transactions for given subscriptionId and then call GetTransaction Details Api&amp;nbsp;using latest subscription transaction Id to know whether subscription transaction is declined or approved. To get latest 20 transactions, use includeTransactions flag in GetSubscription api call as below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="container"&gt;&lt;DIV class="line number1 index0 alt2"&gt;&amp;lt;includeTransactions&amp;gt;true&amp;lt;/includeTransactions&amp;gt;&lt;/DIV&gt;&lt;DIV class="line number10 index9 alt1"&gt;&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 22:51:02 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61147#M35639</guid>
      <dc:creator>mveerabh</dc:creator>
      <dc:date>2018-01-09T22:51:02Z</dc:date>
    </item>
    <item>
      <title>Re: subcription transaction declined but subscription still active</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61252#M35736</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just getting back with more information on the test subscription that I had set up in CERT env with amount 5.&lt;/P&gt;&lt;P&gt;As expected the second transaction for the subscription was suspended and here is a screenshot with some details.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, it is possible to have the second transaction suspended in CERT env for your testing.&lt;/P&gt;&lt;P&gt;&lt;IMG border="0" alt="169.JPG" title="169.JPG" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jan 2018 21:58:21 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/61252#M35736</guid>
      <dc:creator>rajvpate</dc:creator>
      <dc:date>2018-01-17T21:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: subcription transaction declined but subscription still active</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/67599#M40977</link>
      <description>&lt;P&gt;&lt;a href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/22160"&gt;@SodaBob&lt;/a&gt;&amp;nbsp;I'm quite late to this thread but I'd like to know how Auto Retry worked out for you? Did you encounter any issues once you enabled it? Do you see any reason not to enable it? I have a similar monthly membership setup and I would also like to have the subscription suspended on any payment decline whether it's the first transaction on the subscription or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, I'm curious to know if you're using the&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;net.authorize.customer.subscription.suspended&lt;/PRE&gt;&lt;P&gt;webhook event so that you don't have to setup a cronjob.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a somewhat similar&amp;nbsp;&lt;A href="https://community.developer.authorize.net/t5/Integration-and-Testing/ARB-payment-decline-expiration-notifications/td-p/61108" target="_self"&gt;thread&lt;/A&gt; a while ago and have yet to get a response from Authorize.Net in the last 15 months. So I searched more through this forum and came across your post which looks promising.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to your response. Thanks.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2019 13:25:22 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/subcription-transaction-declined-but-subscription-still-active/m-p/67599#M40977</guid>
      <dc:creator>blackwood821</dc:creator>
      <dc:date>2019-05-03T13:25:22Z</dc:date>
    </item>
  </channel>
</rss>

