ResponseCode Property
Indicates the status of the authorization request.
Syntax
__property String ResponseCode = {read=FResponseCode, write=FSetResponseCode};
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 component for more information.
This property is read-only.
Data Type
String