/n software 3-D Secure V2 C++ Edition

Questions / Feedback?

MerchantName Property

Merchant name.

Syntax

ANSI (Cross Platform)
char* GetMerchantName();
int SetMerchantName(const char* lpszMerchantName); Unicode (Windows) LPWSTR GetMerchantName();
INT SetMerchantName(LPCWSTR lpszMerchantName);
@property (nonatomic,readwrite,assign,getter=merchantName,setter=setMerchantName:) NSString* merchantName;
- (NSString*)merchantName;
- (void)setMerchantName:(NSString*)newMerchantName;
#define PID_SERVER_MERCHANTNAME 57

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Server_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Server_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

The name of the merchant as assigned by the acquirer or payment system. Required to be set prior to calling SendAuthRequest.

Data Type

String

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8318]