Server Property
Global Payments transaction server.
Object Oriented Interface
public function getServer(); public function setServer($value);
Procedural Interface
inpaydirect_globalcharge_get($res, 45 ); inpaydirect_globalcharge_set($res, 45, $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