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

Questions / Feedback?

AccountType Property

Indicates the type of account.

Syntax

ANSI (Cross Platform)
char* GetAccountType();
int SetAccountType(const char* lpszAccountType); Unicode (Windows) LPWSTR GetAccountType();
INT SetAccountType(LPCWSTR lpszAccountType);
@property (nonatomic,readwrite,assign,getter=accountType,setter=setAccountType:) NSString* accountType;
- (NSString*)accountType;
- (void)setAccountType:(NSString*)newAccountType;
#define PID_SERVER_ACCOUNTTYPE 1

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 is included in the Authentication Request Message (AReq) sent to the directory server. Required if the 3-D Secure Requestor is asking the cardholder which account type they are using before making the purchase. Required in some markets (for example, for merchants in Brazil). Otherwise, this is optional.

Valid values are as follows:

01Not applicable
02Credit
03Debit

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]