<?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: ARBCancelSubscriptionResponse returns OK but doesn't cancel subscription in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCancelSubscriptionResponse-returns-OK-but-doesn-t-cancel/m-p/49513#M25082</link>
    <description>&lt;P&gt;Thanks for the response. Actually I'm having the same problem that barbutti described. I'm using the PHP SDK, and after calling the cancelSubscription($subscriptionId) method in my Silent Post script, I get an XML response with resultCode = "Ok", message-&amp;gt;code = I00001, and message-&amp;gt;text = 'Successful.' When I check the status of this subscription in my authorize.net account, it still apears to be active. This only happens when using the Silent Post feature. When I call cancelSubscription() any other time it appears to work.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Feb 2015 00:31:37 GMT</pubDate>
    <dc:creator>selectwv</dc:creator>
    <dc:date>2015-02-03T00:31:37Z</dc:date>
    <item>
      <title>ARBCancelSubscriptionResponse returns OK but doesn't cancel subscription</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCancelSubscriptionResponse-returns-OK-but-doesn-t-cancel/m-p/30942#M16166</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been using Authorize.net's ARB feature to keep track of subscriptions to a webapp for years now. Lately, I've noticed a really strange problem in Silent POST URLs vs. the&amp;nbsp;ARBCancelSubscriptionResponse call.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The scenario:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;* I use the Silent POST URL to keep track of declined transactions. If one gets declined, I cancel the account on my database and also on ARB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The problem:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;* Even though the&amp;nbsp;ARBCancelSubscriptionResponse returns with a&amp;nbsp;Successful message, by checking the ARB interface I notice that the account hasn't been cancelled.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is happening using the official PHP SDK, with a simple call like:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?php&lt;/P&gt;&lt;P&gt;$cancellation = new AuthorizeNetARB;&lt;BR /&gt;$cancel_response = $cancellation-&amp;gt;cancelSubscription($subscriptionId);&lt;/P&gt;&lt;P&gt;?&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The XML I get in response for such SDK call is the following:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;&amp;lt;ARBCancelSubscriptionResponse xmlns:xsi="&lt;A href="http://www.w3.org/2001/XMLSchema-instance" target="_blank"&gt;http://www.w3.org/2001/XMLSchema-instance&lt;/A&gt;" xmlns:xsd="&lt;A href="http://www.w3.org/2001/XMLSchema" target="_blank"&gt;http://www.w3.org/2001/XMLSchema&lt;/A&gt;" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"&amp;gt;&amp;lt;messages&amp;gt;&amp;lt;resultCode&amp;gt;Ok&amp;lt;/resultCode&amp;gt;&amp;lt;message&amp;gt;&amp;lt;code&amp;gt;I00001&amp;lt;/code&amp;gt;&amp;lt;text&amp;gt;Successful.&amp;lt;/text&amp;gt;&amp;lt;/message&amp;gt;&amp;lt;/messages&amp;gt;&amp;lt;/ARBCancelSubscriptionResponse&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone ever experience something like this?&lt;/P&gt;</description>
      <pubDate>Mon, 29 Oct 2012 21:02:05 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCancelSubscriptionResponse-returns-OK-but-doesn-t-cancel/m-p/30942#M16166</guid>
      <dc:creator>barbutti</dc:creator>
      <dc:date>2012-10-29T21:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: ARBCancelSubscriptionResponse returns OK but doesn't cancel subscription</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCancelSubscriptionResponse-returns-OK-but-doesn-t-cancel/m-p/34091#M18584</link>
      <description>&lt;P&gt;I'm having the same problem using the SOAP api calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps:&lt;/P&gt;&lt;P&gt;1) Create a new membership.&lt;/P&gt;&lt;P&gt;2) Check status (status = active)&lt;/P&gt;&lt;P&gt;3) Cancel membership.&lt;/P&gt;&lt;P&gt;4) Check status (status = active)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I try and cancel it again is gives me an error telling me it's already cancelled but the CheckStatus method call still returns active.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What gives??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2013 22:59:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCancelSubscriptionResponse-returns-OK-but-doesn-t-cancel/m-p/34091#M18584</guid>
      <dc:creator>pvoigt</dc:creator>
      <dc:date>2013-04-29T22:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: ARBCancelSubscriptionResponse returns OK but doesn't cancel subscription</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCancelSubscriptionResponse-returns-OK-but-doesn-t-cancel/m-p/49511#M25080</link>
      <description>&lt;P&gt;I know this is a really old thread, but I'm still noticing this issue and it's affecting business. Is there a fix for this?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Feb 2015 23:21:01 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCancelSubscriptionResponse-returns-OK-but-doesn-t-cancel/m-p/49511#M25080</guid>
      <dc:creator>selectwv</dc:creator>
      <dc:date>2015-02-02T23:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: ARBCancelSubscriptionResponse returns OK but doesn't cancel subscription</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCancelSubscriptionResponse-returns-OK-but-doesn-t-cancel/m-p/49512#M25081</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hi &lt;SPAN class="UserName lia-user-name"&gt;&lt;A id="link_12" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.developer.cybersource.com/t5/user/viewprofilepage/user-id/17718" target="_self"&gt;&lt;SPAN class=""&gt;selectwv&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;BR /&gt;&lt;BR /&gt;This previous discussion in the thread was due to an issue with how Status was returned in our API response, but this has been resolved, both &amp;lt;&lt;EM&gt;&lt;STRONG&gt;s&lt;/STRONG&gt;&lt;/EM&gt;tatus&amp;gt; and &amp;lt;&lt;STRONG&gt;&lt;EM&gt;S&lt;/EM&gt;&lt;/STRONG&gt;tatus&amp;gt; are now displaying the same information.&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;</description>
      <pubDate>Mon, 02 Feb 2015 23:56:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCancelSubscriptionResponse-returns-OK-but-doesn-t-cancel/m-p/49512#M25081</guid>
      <dc:creator>Joy</dc:creator>
      <dc:date>2015-02-02T23:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: ARBCancelSubscriptionResponse returns OK but doesn't cancel subscription</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCancelSubscriptionResponse-returns-OK-but-doesn-t-cancel/m-p/49513#M25082</link>
      <description>&lt;P&gt;Thanks for the response. Actually I'm having the same problem that barbutti described. I'm using the PHP SDK, and after calling the cancelSubscription($subscriptionId) method in my Silent Post script, I get an XML response with resultCode = "Ok", message-&amp;gt;code = I00001, and message-&amp;gt;text = 'Successful.' When I check the status of this subscription in my authorize.net account, it still apears to be active. This only happens when using the Silent Post feature. When I call cancelSubscription() any other time it appears to work.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Feb 2015 00:31:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/ARBCancelSubscriptionResponse-returns-OK-but-doesn-t-cancel/m-p/49513#M25082</guid>
      <dc:creator>selectwv</dc:creator>
      <dc:date>2015-02-03T00:31:37Z</dc:date>
    </item>
  </channel>
</rss>

