ResponseCode Property
Indicates the status of the authorization request.
Syntax
char* GetResponseCode();
Default Value
""
Remarks
Indicates the status of the authorization request. This is the property used to determine whether a transaction has been approved or not. Valid values for this property are:
A | Transaction is Approved. |
E | Error condition or card declined (see the Error section of the help file for more information). |
See the list of errors for this class for more information.
This property is read-only.
Data Type
String