cancel
Showing results for 
Search instead for 
Did you mean: 

Can't find Response Reason Code

I am using AIM and I downloaded the C# SDK.  I can get the Response Reason by way of the Message property, but not the Response Reason Code.  I know it's basically the same info, but can I get the actual code in some way?

lb
Member
2 REPLIES 2

I'm using the PHP API, so this won't convert directly to C#, but the message text and result code are referenced as follows:

 

$result->xml->messages->message->text
$result->xml->messages->resultCode

 Hopefully this will give you enough context to solve your problem.

TJPride
Expert

Thanks for the reply, I found the answer here:

 

http://community.developer.authorize.net/t5/Integration-and-Testing/NET-GatewayResponse-object/td-p/...

 

I guess I already knew that answer, but thought there would be a better way.

lb
Member