ResponseErrorCode Property
Additional error code returned by some gateways.
Object Oriented Interface
public function getResponseErrorCode();
Procedural Interface
inpay_icharge_get($res, 44 );
Default Value
''
Remarks
Additional error code returned by some gateways. If a gateway returns it, this property will contain an additional code that may explain why the transaction was declined. You may also wish to inspect ResponseErrorText for a human-readable description of this ResponseErrorCode.
This property is read-only and not available at design time.
Data Type
String