Response | Error |
---|---|
code | E00044 |
Successful? | no |
Error? | yes |
Class Parameters | |
---|---|
API Login ID | 3cL9T4xD |
Transaction Key | 5588es6BM7hJbT5V |
Authnet Server URL | https://api.authorize.net/xml/v1/request.api |
Request XML | |
XML: | <?xml version="1.0"?> <updateCustomerProfileRequest> <merchantAuthentication> <name>3cL9T4xD</name> <transactionKey>5588es6BM7hJbT5V</transactionKey> </merchantAuthentication> <profile> <merchantCustomerId>12345</merchantCustomerId> <description>some description</description> <email>newaddress@example.com</email> <customerProfileId>5427896</customerProfileId> </profile> </updateCustomerProfileRequest> |
Response XML | |
XML: | <?xml version="1.0" encoding="utf-8"?> <updateCustomerProfileResponse> <messages> <resultCode>Error</resultCode> <message> <code>E00044</code> <text>Customer Information Manager is not enabled.</text> </message> </messages> </updateCustomerProfileResponse> |