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_RETAIL_GATEWAYURL 26

INPAY_EXTERNAL void* INPAY_CALL InPay_Retail_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
INPAY_EXTERNAL int INPAY_CALL InPay_Retail_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. See "Testing Information" in the Table of Contents for a list of test URLs.

Data Type

String

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