VendorNumber Property
The merchant's RP/Vendor number.
Object Oriented Interface
public function getVendorNumber(); public function setVendorNumber($value);
Procedural Interface
inpaydirect_globaltransactionsearch_get($res, 99 ); inpaydirect_globaltransactionsearch_set($res, 99, $value );
Default Value
''
Remarks
The Vendor number is also known as the "RP Number" or "RPNum", and is required for search and summary transactions. If you do not know your Vendor/RPNum you may log into your Global Payments virtual terminal, or simply use the GlobalBatchMgr class's CheckSetup method to find it.
Data Type
String