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

Questions / Feedback?

MerchantCountryCode Property

Identifies the country where the merchant is located.

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_MPI_MERCHANTCOUNTRYCODE 29

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

"840"

Remarks

This field contains a three digit numeric country code assigned by the signing member or processor to identify the merchant's location country. These codes are specified by ISO-3166. For the United States, use "840".

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]