Server Property
Global Payments transaction server.
Object Oriented Interface
public function getServer(); public function setServer($value);
Procedural Interface
inpaydirect_globalcardvalidator_get($res, 22 ); inpaydirect_globalcardvalidator_set($res, 22, $value );
Default Value
'https://api.globalpay.com'
Remarks
This is the server to which all transactions are sent. The live URL for Global Payments is "https://api.globalpay.com". For testing and certification purposes you may set this to the test server located at "https://certapia.globalpay.com" instead.
Data Type
String