MerchantPassword Property
Merchant's Gateway password.
Object Oriented Interface
public function getMerchantPassword(); public function setMerchantPassword($value);
Procedural Interface
inpay_retail_get($res, 29 ); inpay_retail_set($res, 29, $value );
Default Value
''
Remarks
This is the password supplied by the Gateway you signed up with to process credit card transactions. Some gateways require passwords only for Credit or Void transactions, some require it for all transactions, and some do not require this field at all.
Data Type
String