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 ID | xxxxxxxxxxxx |
| Transaction Key | xxxxxxxxxxxx |
| Authnet Server URL | https://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>
|
01-08-2014 05:46 AM