E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

MerchantLogin Property

Merchant's Gateway login.

Syntax

ANSI (Cross Platform)
char* GetMerchantLogin();
int SetMerchantLogin(const char* lpszMerchantLogin); Unicode (Windows) LPWSTR GetMerchantLogin();
INT SetMerchantLogin(LPCWSTR lpszMerchantLogin);
@property (nonatomic,readwrite,assign,getter=merchantLogin,setter=setMerchantLogin:) NSString* merchantLogin;
- (NSString*)merchantLogin;
- (void)setMerchantLogin:(NSString*)newMerchantLogin;
#define PID_RECURRINGBILLING_MERCHANTLOGIN 34

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

Default Value

""

Remarks

This is the login Id supplied by the Gateway you signed up with to process credit card transactions.

Data Type

String

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