ResponseCode Property
Indicates the status of the authorization request.
Object Oriented Interface
public function getResponseCode();
Procedural Interface
inpaydirect_ptechdebit_get($res, 27 );
Default Value
''
Remarks
Indicates the status of the authorization request. This is the property used to determine whether a transaction has been approved or not. Valid values for this property are:
A | Transaction is Approved. |
E | Error condition or card declined (see the Error section of the help file for more information). |
See the list of errors for this class for more information.
This property is read-only.
Data Type
String