ResponseCode Property
Indicates the status of the authorization request.
Object Oriented Interface
public function getResponseCode();
Procedural Interface
inpay_icharge_get($res, 41 );
Default Value
''
Remarks
Indicates the status of the authorization request. This property contains the actual response code as returned by the Gateway. Unlike the ResponseApproved property, this ResponseCode property may provide more details about why a transaction was declined. Therefore, it is recommended that developers check the ResponseCode as well as the ResponseApproved property. The Point of Sale system should evaluate this response code and NOT the ResponseText to determine nature of a response message. The current (at the time of this release) response codes for the supported Gateways are listed in the table of contents to your left.
This property is read-only and not available at design time.
Data Type
String