E-Payment Integrator 2020 PHP Edition

Questions / Feedback?

GatewayURL Property

Default URL for a specific Gateway .

Object Oriented Interface

public function getGatewayURL();
public function setGatewayURL($value);

Procedural Interface

inpay_echeck_get($res, 24 );
inpay_echeck_set($res, 24, $value );

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 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 PHP Edition - Version 20.0 [Build 7941]