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

Questions / Feedback?

MerchantCountryCode Property

Country code of the merchant.

Syntax

ANSI (Cross Platform)
char* GetMerchantCountryCode();
int SetMerchantCountryCode(const char* lpszMerchantCountryCode); Unicode (Windows) LPWSTR GetMerchantCountryCode();
INT SetMerchantCountryCode(LPCWSTR lpszMerchantCountryCode);
@property (nonatomic,readwrite,assign,getter=merchantCountryCode,setter=setMerchantCountryCode:) NSString* merchantCountryCode;
- (NSString*)merchantCountryCode;
- (void)setMerchantCountryCode:(NSString*)newMerchantCountryCode;
#define PID_SERVER_MERCHANTCOUNTRYCODE 56

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 country code of the merchant. This value correlates to the Merchant Country Code as defined by each Payment System or DS. 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]