E-Payment Integrator - 3-D Secure V6 - Online Help
Available for:
E-Payment Integrator - 3-D Secure V6
Questions / Feedback?

GetResponseVar Method

Parses additional information out of the response.

Syntax

[VB.NET]
Public Function GetResponseVar(ByVal Name As String) As String
[C#]
public string GetResponseVar(string name);

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) 2018 /n software inc. - All rights reserved.
Build 6.0.6635.0