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

Questions / Feedback?

DataPacketOut Property

Contains the data packet sent to the server.

Syntax

ANSI (Cross Platform)
char* GetDataPacketOut();

Unicode (Windows)
LPWSTR GetDataPacketOut();
@property (nonatomic,readonly,assign,getter=dataPacketOut) NSString* dataPacketOut;
- (NSString*)dataPacketOut;
#define PID_MPI_DATAPACKETOUT 23

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

Default Value

""

Remarks

After calling either the RequestCardRanges or VerifyEnrollment methods, this property will contain the entire data packet sent to the DirectoryServerURL. Also, after calling the GetAuthenticationPacket method this property will contain the complete un-encoded Payer Authentication Request (PAReq) message. The contents of this property should be logged for each transaction.

This property is read-only and not available at design time.

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]