ResponseCaptureFlag Property
Indicates whether the authorization was successful, and whether it can be settled.
Syntax
int GetResponseCaptureFlag();
Default Value
FALSE
Remarks
Indicates whether the authorization was successful, and whether it can be settled.
After an authorization request, the ResponseCaptureFlag will be set to True if the request was successfully processed. This indicates that you may send the transaction on for batch settlement using the FDMSSettle class. If this property is False you should consider the transaction as Declined, and it may not be settled.
This property is read-only.
Data Type
Boolean