String resp = pn.SubmitTransaction(params.toString());
if (Debug.verboseOn()) Debug.logVerbose("Response from Verisign: " + resp, module);
// reset for next use
pn.DestroyContext();
// check the response
Map result = ServiceUtil.returnSuccess();
parseAuthResponse(resp, result, configString, isReAuth);
result.put("processAmount", processAmount);