/n software 3-D Secure V2 JS Edition

Questions / Feedback?

GetResponseVar Method

Parses additional information out of the response.

Syntax

async mpi.getResponseVar(name : string): Promise<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 JS Edition - Version 2.2 [Build 8162]