CIM :: Void

Results

Response Error
code E00044
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"?>
<createCustomerProfileTransactionRequest>
  <merchantAuthentication>
    <name>3cL9T4xD</name>
    <transactionKey>5588es6BM7hJbT5V</transactionKey>
  </merchantAuthentication>
  <transaction>
    <profileTransVoid>
      <customerProfileId>5427896</customerProfileId>
      <customerPaymentProfileId>4796541</customerPaymentProfileId>
      <customerShippingAddressId>4907537</customerShippingAddressId>
      <transId>2165736189</transId>
    </profileTransVoid>
  </transaction>
  <extraOptions>&lt;![CDATA[x_customer_ip=100.0.0.1]]&gt;</extraOptions>
</createCustomerProfileTransactionRequest>

Response XML
XML:
<?xml version="1.0" encoding="utf-8"?>
<createCustomerProfileTransactionResponse>
  <messages>
    <resultCode>Error</resultCode>
    <message>
      <code>E00044</code>
      <text>Customer Information Manager is not enabled.</text>
    </message>
  </messages>
</createCustomerProfileTransactionResponse>