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

Questions / Feedback?

AuthenticationECI Property

Value to be passed in the authorization message.

Syntax

ANSI (Cross Platform)
char* GetAuthenticationECI();

Unicode (Windows)
LPWSTR GetAuthenticationECI();
@property (nonatomic,readonly,assign,getter=authenticationECI) NSString* authenticationECI;
- (NSString*)authenticationECI;
#define PID_SERVER_AUTHENTICATIONECI 5

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Server_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

Default Value

""

Remarks

This property is determined by the Access Control Server (ACS), and is filled after the call to SendAuthRequest (for a frictionless flow), or when the Results Request Message (RReq) is parsed using CheckResponse (for a challenge flow).

This property contains the two digit Electronic Commerce Indicator (ECI) value, which is to be submitted in a credit card authorization message. This value indicates to the processor that the customer data in the authorization message has been authenticated. The data contained within this property is only valid if the TransactionStatus is "Y" or "A".

This property is read-only.

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]