ResponseCode Property
Indicates the status of the authorization request.
Object Oriented Interface
public function getResponseCode();
Procedural Interface
inpaydirect_tsyshcadjustment_get($res, 21 );
Default Value
''
Remarks
Indicates the status of the authorization request.
This property contains the response code indicating the status of the authorization request. The Point of Sale (POS) system must evaluate this response code and NOT the ResponseText to determine nature of a response message. A response code of "00" represents an approval. A response code of "10" indicates that the transaction was partially approved for a lesser amount (ResponseAuthorizedAmount). All other response codes represent non-approved requests. Do NOT interpret all non-approved response codes as "DECLINED".
A list of valid result ResponseCodes are listed in the table of contents.
This property is read-only.
Data Type
String