ResponseAuthCode Property
The Authorization Code returned from the server after a successful transaction authorization.
Syntax
property ResponseAuthCode: String;
Default Value
''
Remarks
The Authorization Code returned from the server after a successful transaction authorization.
Note: The value in this property is parsed from ResponseText.
The value returned in this property is required to perform a Capture or when performing an AuthOnly VoidTransaction request.
This property is read-only and not available at design time.
Data Type
String