request.setApiKey(configuration.get(BVConstants.CONFIG_API_KEY_STAGING));
} else {
request.setStaging(false);
request.setApiKey(configuration.get(BVConstants.CONFIG_API_KEY_PRODUCTION));
}
request.addRequestProcessor(new BVRequestJSONProcessor());
return request;
}