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

Questions / Feedback?

AcquirerMerchantId Property

Acquirer-assigned merchant identifier.

Syntax

ANSI (Cross Platform)
char* GetAcquirerMerchantId();
int SetAcquirerMerchantId(const char* lpszAcquirerMerchantId); Unicode (Windows) LPWSTR GetAcquirerMerchantId();
INT SetAcquirerMerchantId(LPCWSTR lpszAcquirerMerchantId);
@property (nonatomic,readwrite,assign,getter=acquirerMerchantId,setter=setAcquirerMerchantId:) NSString* acquirerMerchantId;
- (NSString*)acquirerMerchantId;
- (void)setAcquirerMerchantId:(NSString*)newAcquirerMerchantId;
#define PID_SERVER_ACQUIRERMERCHANTID 3

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

This field contains the merchant identifier assigned by the acquirer. The merchant id is required to be set for payment authentication.

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]