/n software 3-D Secure V2 .NET Edition

Questions / Feedback?

GetResponseVar Method

Parses additional information out of the response.

Syntax

public string GetResponseVar(string name);
Public Function GetResponseVar(ByVal Name As String) As String

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".

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