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

Questions / Feedback?

SDKTransactionId Property

SDK Transaction ID.

Syntax

ANSI (Cross Platform)
char* GetSDKTransactionId();
int SetSDKTransactionId(const char* lpszSDKTransactionId); Unicode (Windows) LPWSTR GetSDKTransactionId();
INT SetSDKTransactionId(LPCWSTR lpszSDKTransactionId);
@property (nonatomic,readwrite,assign,getter=SDKTransactionId,setter=setSDKTransactionId:) NSString* SDKTransactionId;
- (NSString*)SDKTransactionId;
- (void)setSDKTransactionId:(NSString*)newSDKTransactionId;
#define PID_CLIENT_SDKTRANSACTIONID 58

IPWORKS3DS_EXTERNAL void* IPWORKS3DS_CALL IPWorks3DS_Client_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_Client_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

This field contains the universally unique transaction identifier assigned by the 3DS SDK to identify a single transaction. This is generated by the class when calling the GetAuthRequest method. Shall be provided to the 3DS Server for the purpose of uniquely identifying this transaction within all messages of the authentication process, beginning with the AReq sent by the Server.

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]