try {
//CA call preparation
LOGGER.debug("CA call preparation");
SIPSApiWeb api = new SIPSApiWeb(getPaymentInitFile());
SIPSDataObject call = (SIPSDataObject) new SIPSCallParm();
if(Portal.isPaymentDevMode()) {
call.setValue("merchant_id", "013044876511111");
} else {
call.setValue("merchant_id", "047959265100018");//0+jayasoft siret
}