I'm in the process of going between step4 and step5 of https://developer.authorize.net/integration/fifteenminutes/ios
It seems that the sessionToken is being returned as null !
Here's some proof that its null:
MobileDeviceLoginResponse: MobileDeviceLoginResponse.anetApiResponse = ANetApiResponse.refId = (null) ANetApiResponse.messages = Messages.resultCode = Ok Messages.message = ( "Message.code = I00006\nMessage.text = The mobile device is approved and ready for use.\nMessage.description = (null)\n" ) MobileDeviceLoginResponse.sessionToken = (null)
And here's why that trips me up:
Create Transaction response The element 'merchantAuthentication' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd' has incomplete content. List of possible elements expected: 'name, transactionKey, sessionToken, password' in namespace 'AnetApi/xml/v1/schema/AnetApiSchema.xsd'
Solved! Go to Solution.
03-22-2012 07:24 PM
Didn't Romeo's post help?
05-16-2013 04:43 PM