E-Payment Integrator 2020 Node.js Edition

Questions / Feedback?

GatewayURL Property

Default URL for a specific Gateway .

Syntax

 echeck.getGatewayURL([callback])
 echeck.setGatewayURL( gatewayURL, [callback])

Default Value

""

Callback

The 'callback' parameter specifies a function which will be called when the operation completes (or an error is encountered). If the 'callback' parameter is not specified, then the method will block and will not return until the operation completes (or an error is encountered).

The callback for the getGatewayURL([callback]) method is defined as:

function(err, data){ }

'err' is the error that occurred. If there was no error, then 'err' is 'null'.

'data' is the value returned by the method.

The callback for the setGatewayURL([callback]) method is defined as:

function(err){ }

'err' is the error that occurred. If there was no error, then 'err' is 'null'.

'err' has 2 properties which hold detailed information:

err.code
err.message

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 Paymentshttps://www.paymentsgateway.net/cgi-bin/posttest.pl
Fortehttps://www.paymentsgateway.net/cgi-bin/posttest.pl
CyberSourcehttps://ics2wstest.ic3.com/commerce/1.x/transactionProcessor/
Heartlandhttps://test.transmodus.net/jcx/soa/test/services/ACHWebService
LinkPointstaging.linkpt.net:1129
Litle Online Gatewayhttps://cert.litle.com/vap/communicator/online
Sterling XML Gatewayhttps://gateway.securenet.com/api/Gateway.svc/wsHttp
Netbanx Gatewayhttps://webservices.test.optimalpayments.com/directdebitWS/DirectDebitServlet/v1
ACH Federal Gatewayhttps://api.achfederal.com/webserviceSandbox/v2/gateway.asmx

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
E-Payment Integrator 2020 Node.js Edition - Version 20.0 [Build 7941]