call.setValue("currency_code", "978");
call.setValue("normal_return_url", server+"/account/register/validateBillingForm.do?" + Params.GENERAL.PARAMS.LOCALE + "=" + locale);
call.setValue("cancel_return_url", server+"/cancelPaymentServlet?" + Params.GENERAL.PARAMS.LOCALE + "=" + locale);
call.setValue("automatic_response_url", server+"/account/register/validatePayment.do?" + Params.GENERAL.PARAMS.LOCALE + "=" + locale);
LOGGER.info("CA call to render card html");
return api.sipsPaymentCallFunc(call);
} catch (FileNotFoundException e) {
throw ServiceException.create("Internal error", "Configuration file not found", e);
} catch (RegistrationException e) {
throw ServiceException.create("Internal error", "Unable to add user", e);
} catch (SIPSException e) {