AuthCode Property
Authorization code from a previous transaction.
Object Oriented Interface
public function getAuthCode(); public function setAuthCode($value);
Procedural Interface
inpay_retail_get($res, 1 ); inpay_retail_set($res, 1, $value );
Default Value
''
Remarks
Some gateways require the merchant to include the ResponseApprovalCode from the original transaction in Credit, VoidTransaction, and Capture transactions. You may send the original approval code in this AuthCode property. The gateways which require this are listed below:
- gwIntellipay (3)
- gwBankOfAmerica (13)
- gwInnovative (14)
- gwACHPAyments (35)
- gwPaymentsGateway (36)
- gwSagePay (50)
- gwDataCash (77)
- gwFirstDataE4 (80)
Data Type
String