cancel
Showing results for 
Search instead for 
Did you mean: 

Who Me Too'd this topic

ARB Successfully Cancels But Doesn't

I have a silent post script which checks to make sure payments are not declined.  If they are, then their membership is deactivated.

 

For debugging, I have an email sent to me about the ARB response.  The ARB response for doing a ARBCancelSubscriptionRequest gives me a Successful message.  I login and check the ARB through Authorize.net and I see the subscription is still active.  I'm lost for words on this one.  Anyone have any ideas?  Below is the email I get to debug this issue.

 

Thanks for any help!

 

Class ParametersRequest XMLResponse XML

API Login IDxxxxxxxxxxxx
Transaction Keyxxxxxxxxxxxx
Authnet Server URLhttps://api.authorize.net/xml/v1/request.api
XML:
<?xml version="1.0"?>
<ARBCancelSubscriptionRequest>
  <merchantAuthentication>
    <name>6jF4s4u9Ar2</name>
    <transactionKey>33Q495P8T8ashjUe</transactionKey>
  </merchantAuthentication>
  <refId>129772</refId>
  <subscriptionId>18256310</subscriptionId>
</ARBCancelSubscriptionRequest>

XML:
<?xml version="1.0" encoding="utf-8"?>
<ARBCancelSubscriptionResponse>
  <refId>129772</refId>
  <messages>
    <resultCode>Ok</resultCode>
    <message>
      <code>I00001</code>
      <text>Successful.</text>
    </message>
  </messages>
</ARBCancelSubscriptionResponse>

Wstar
Contributor
Who Me Too'd this topic