ResponseText Property
Approval/Decline/Error text message information This property contains a response or display text message, and is used by the terminal to display the authorization result.
Syntax
property ResponseText: String;
Default Value
''
Remarks
Approval/Decline/Error text message information This property contains a response or display text message, and is used by the terminal to display the authorization result. This property will contain human-readable text indicating whether the transaction was approved or declined, or will contain a description of the error. The actual error code will be returned in the ResponseApprovalCode property. The ResponseText property is for informational use only, and should not be used in determining whether a transaction has been approved or not. Instead, use the ResponseCode property to determine this.
See the list of errors for this component for more information.
This property is read-only.
Data Type
String