ResponseMessageDetail Property
Contains a formatted response message concerning the processed transaction.
Syntax
char* GetResponseMessageDetail();
Default Value
""
Remarks
Contains a formatted response message concerning the processed transaction. This property will contain an additional message about the results of the transaction, providing more detail than the ResponseMessage property alone. For approved transactions this property will typically be "APPROVAL", and for declined transactions will contain a detailed error message. Do NOT use this when programmatically validating a transaction's result; Use the ResponseCode property instead.
Note: For Debit Card Sales and Refund, the string value in ResponseMessageDetail includes non-printable characters. Global Transport removes all non-printable characters from the returned ResponseMessageDetail.
This property is read-only.
Data Type
String