E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

GatewayURL Property

Default URL for a specific Gateway .

Syntax

ANSI (Cross Platform)
char* GetGatewayURL();
int SetGatewayURL(const char* lpszGatewayURL); Unicode (Windows) LPWSTR GetGatewayURL();
INT SetGatewayURL(LPCWSTR lpszGatewayURL);
@property (nonatomic,readwrite,assign,getter=gatewayURL,setter=setGatewayURL:) NSString* gatewayURL;
- (NSString*)gatewayURL;
- (void)setGatewayURL:(NSString*)newGatewayURL;
#define PID_ECHECK_GATEWAYURL 24

INPAY_EXTERNAL void* INPAY_CALL InPay_ECheck_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_ECheck_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

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