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

Questions / Feedback?

CurrencyCode Property

Identifies the type of currency used by the merchant.

Syntax

ANSI (Cross Platform)
char* GetCurrencyCode();
int SetCurrencyCode(const char* lpszCurrencyCode); Unicode (Windows) LPWSTR GetCurrencyCode();
INT SetCurrencyCode(LPCWSTR lpszCurrencyCode);
@property (nonatomic,readwrite,assign,getter=currencyCode,setter=setCurrencyCode:) NSString* currencyCode;
- (NSString*)currencyCode;
- (void)setCurrencyCode:(NSString*)newCurrencyCode;
#define PID_MPI_CURRENCYCODE 21

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 number assigned by the signing member or processor to identify the merchant's authorization currency. This property should contain the ISO-4217 numeric code. For example, the ISO code for US Dollars is "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]