MerchantNumber Property
A unique number used to identify the merchant within the FDMS and Datawire systems.
Object Oriented Interface
public function getMerchantNumber(); public function setMerchantNumber($value);
Procedural Interface
inpaydirect_fdmssettle_get($res, 9 ); inpaydirect_fdmssettle_set($res, 9, $value );
Default Value
''
Remarks
This property contains a unique number (typically 12 digits) which is assigned by the signing merchant's bank or processor. This field is used to identify the merchant within the FDMS and Datawire systems, and is used along with the MerchantTerminalNumber and DatawireId as connection credentials.
Data Type
String