Server Property
Global Payments transaction server.
Syntax
[VB.NET] Public Property Server As String
[C#] public string Server {get; set;}
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.
Default Value
"https://api.globalpay.com"