E-Payment Integrator 2020 C++ Edition

Questions / Feedback?

MerchantPassword Property

Merchant's Gateway password.

Syntax

ANSI (Cross Platform)
char* GetMerchantPassword();
int SetMerchantPassword(const char* lpszMerchantPassword); Unicode (Windows) LPWSTR GetMerchantPassword();
INT SetMerchantPassword(LPCWSTR lpszMerchantPassword);
@property (nonatomic,readwrite,assign,getter=merchantPassword,setter=setMerchantPassword:) NSString* merchantPassword;
- (NSString*)merchantPassword;
- (void)setMerchantPassword:(NSString*)newMerchantPassword;
#define PID_RECURRINGBILLING_MERCHANTPASSWORD 35

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 password supplied by the Gateway you signed up with to process credit card transactions. Some gateways require passwords only for Credit or Void transactions, some require it for all transactions, and some do not require this field at all.

Data Type

String

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