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

Questions / Feedback?

GetResponseVar Method

Parses additional information out of the response.

Syntax

ANSI (Cross Platform)
char* GetResponseVar(const char* lpszName);

Unicode (Windows)
LPWSTR GetResponseVar(LPCWSTR lpszName);
- (NSString*)getResponseVar:(NSString*)name;
#define MID_MPI_GETRESPONSEVAR 5

IPWORKS3DS_EXTERNAL int IPWORKS3DS_CALL IPWorks3DS_MPI_Do(void *lpObj, int methid, int cparam, void *param[], int cbparam[], int64 *lpllVal);

Remarks

Any additional response information contained within the Data, that is not available via the Response fields, may be retrieved with this GetResponseVar method.

To obtain a response value, pass the xpath to the value you wish to receive. For instance, if Data contains "<MPI><Message><PARes><version>1.0.2</version></PARes></Message></MPI>", calling GetResponseVar("/ThreeDSecure/Message/PARes/version") will return "1.0.2".

Error Handling (C++)

This method returns a String value; after it returns, call the GetLastErrorCode() method to obtain its result code; 0 indicates success, while a non-zero error code indicates that this method encountered an error during its execution. If an error occurs, the GetLastError() method can be called to retrieve the associated error message.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software 3-D Secure V2 C++ Edition - Version 2.2 [Build 8162]