ResponseApprovalCode Property
Contains an authorization code when a transaction has been approved, or an error code.
Syntax
char* GetResponseApprovalCode();
Default Value
""
Remarks
Contains an authorization code when a transaction has been approved, or an error code. This six character property contains an authorization code when a transaction has been approved. If the ResponseCode returned indicates that the transaction has not been approved, then this property will contain an error code, and the ResponseText property will contain the description. Note that the host does not send back an actual authorization code for Credit Returns. Instead, the host sends back six blank spaces in the authorization code property. Credit VOIDS return the original authorization number.
See the list of errors for this class for more information.
This property is read-only.
Data Type
String