ARB :: Update Subscription

Results

Response Error
code E00035
Successful? no
Error? yes

Raw Input/Output

Class Parameters
API Login ID3cL9T4xD
Transaction Key5588es6BM7hJbT5V
Authnet Server URLhttps://api.authorize.net/xml/v1/request.api
Request XML
XML:
<?xml version="1.0"?>
<ARBUpdateSubscriptionRequest>
  <merchantAuthentication>
    <name>3cL9T4xD</name>
    <transactionKey>5588es6BM7hJbT5V</transactionKey>
  </merchantAuthentication>
  <refId>Sample</refId>
  <subscriptionId>1207505</subscriptionId>
  <subscription>
    <payment>
      <creditCard>
        <cardNumber>6011000000000012</cardNumber>
        <expirationDate>2016-08</expirationDate>
      </creditCard>
    </payment>
  </subscription>
</ARBUpdateSubscriptionRequest>

Response XML
XML:
<?xml version="1.0" encoding="utf-8"?>
<ARBUpdateSubscriptionResponse>
  <refId>Sample</refId>
  <messages>
    <resultCode>Error</resultCode>
    <message>
      <code>E00035</code>
      <text>The subscription cannot be found.</text>
    </message>
  </messages>
</ARBUpdateSubscriptionResponse>