cancel
Showing results for 
Search instead for 
Did you mean: 

Error : E00007 "User authentication failed due to invalid authentication values."

I am getting error during integrating in ios. Below is given the log

 

 

2014-03-26 11:31:24.036 AuthorizeTest[468:a0b] Mobile Device Login Response

2014-03-26 11:31:24.037 AuthorizeTest[468:a0b] <?xml version="1.0" encoding="utf-8"?><mobileDeviceLoginResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"><messages><resultCode>Error</resultCode><message><code>E00007</code><text>User authentication failed due to invalid authentication values.</text></message></messages></mobileDeviceLoginResponse>

namespace warning : xmlns: URI AnetApi/xml/v1/schema/AnetApiSchema.xsd is not absolute

ttp://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"

                                                                               ^

2014-03-26 11:31:24.037 AuthorizeTest[468:a0b] Error = (null)

2014-03-26 11:31:24.038 AuthorizeTest[468:a0b] Message: 

Message.code = E00007

Message.text = User authentication failed due to invalid authentication values.

Message.description = (null)

2014-03-26 11:31:24.038 AuthorizeTest[468:a0b] Messages: 

Messages.resultCode = Error

Messages.message = (

    "Message.code = E00007\nMessage.text = User authentication failed due to invalid authentication values.\nMessage.description = (null)\n"

)

2014-03-26 11:31:24.039 AuthorizeTest[468:a0b] MerchantContact = MerchantContact.merchantName = (null)

MerchantContact.merchantAddress = (null)

MerchantContact.merchantCity = (null)

MerchantContact.merchantState = (null)

MerchantContact.merchantZip = (null)

MerchantContact.merchantPhone = (null)

2014-03-26 11:31:24.039 AuthorizeTest[468:a0b] MobileDeviceLoginResponse: MobileDeviceLoginResponse.anetApiResponse = ANetApiResponse.refId = (null)

ANetApiResponse.messages = Messages.resultCode = Error

Messages.message = (

    "Message.code = E00007\nMessage.text = User authentication failed due to invalid authentication values.\nMessage.description = (null)\n"

)

 

 

MobileDeviceLoginResponse.sessionToken = (null)

MobileDeviceLoginResponse.merchantContact = MerchantContact.merchantName = (null)

MerchantContact.merchantAddress = (null)

MerchantContact.merchantCity = (null)

MerchantContact.merchantState = (null)

MerchantContact.merchantZip = (null)

MerchantContact.merchantPhone = (null)

 

MobileDeviceLoginResponse.userPermissions = (

)

 

 I check API Login ID and Transaction Key are right. This error persis teven use regenerated Transaction Key.

 

 

Thanks in advance for help

ravi55555
Member
3 REPLIES 3

When I received this error, I too checked the name and regenerated a new key.  When that didn't work, I went to the URL's, which resolved my issue.

mmarty
Member

I also change see url but doesn't work for me and the name and key working right for C# code sample,but for iOS getting mentioned error.

Hello,

 

      I am usin CIM payment method for transaction. I get the error  "User authentication failed due to invalid authentication values." during CIM transaction,I am also creting customer profile at autherize.net the profile of customer is created successfully but te transaction didn't perform

 

Please help...