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

Questions / Feedback?

ResponsePacket Property

Contains the response returned by the Directory Server or ACS.

Syntax

ANSI (Cross Platform)
char* GetResponsePacket();

Unicode (Windows)
LPWSTR GetResponsePacket();
@property (nonatomic,readonly,assign,getter=responsePacket) NSString* responsePacket;
- (NSString*)responsePacket;
#define PID_MPI_RESPONSEPACKET 46

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

Default Value

""

Remarks

This field will contain the entire XML response packet from the DirectoryServerURL after calling RequestCardRanges or VerifyEnrollment. ResponsePacket will also contain the unencoded and decompressed response to a Payer Authentication Request after calling CheckAuthenticationResponse. This field should be stored in its entirety for each transaction processed, for record keeping purposes.

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]