GatewayURL Property
Default URL for a specific Gateway .
Syntax
char* GetGatewayURL();
int SetGatewayURL(char* lpszGatewayURL);
Default Value
""
Remarks
This property is used to change the default URL for a specific Gateway. This is useful for specifying a different URL for testing purposes, or to support additional gateway processors that share a protocol format (such as additional Authorize.net compatible gateways). Please note that the proper "http://" or "https://" formatting must be observed. Some alternate testing URLs are listed below:
URLs for submitting test transactions: (not supported by all gateways)
ACH Payments | https://www.paymentsgateway.net/cgi-bin/posttest.pl |
Payments Gateway | https://www.paymentsgateway.net/cgi-bin/posttest.pl |
CyberSource | https://ics2wstest.ic3.com/commerce/1.x/transactionProcessor/ |
Heartland | https://test.transmodus.net/jcx/soa/test/services/ACHWebService |
LinkPoint | staging.linkpt.net:1129 |
Litle Online Gateway | https://cert.litle.com/vap/communicator/online |
Sterling XML Gateway | https://gateway.securenet.com/api/Gateway.svc/wsHttp |
Netbanx Gateway | https://webservices.test.optimalpayments.com/directdebitWS/DirectDebitServlet/v1 |
ACH Federal Gateway | https://api.achfederal.com/webserviceSandbox/v2/gateway.asmx |
Data Type
String