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

Questions / Feedback?

MerchantName Property

Contains the name of the merchant.

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_MPI_MERCHANTNAME 30

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

Default Value

""

Remarks

The MerchantName must match the name shown online to the cardholder at the merchant's site and the name submitted by the merchant's acquirer in the settlement transaction.

Data Type

String

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