{"record":{"id":"ffe14aed10339cd7","repo":"juspay/hyperswitch","slug":"fiservcommercehub-requires-multiauthkey-auth-type","errorCode":null,"errorMessage":"Fiservcommercehub requires MultiAuthKey auth type","messagePattern":"Fiservcommercehub requires MultiAuthKey auth type","errorType":"exception","errorClass":"ApiErrorResponse","httpStatus":500,"severity":"error","filePath":"crates/router/src/core/unified_connector_service/connector_config.rs","lineNumber":925,"sourceCode":"            Connector::Revolv3 => match auth {\n                ConnectorAuthType::HeaderKey { api_key } => Ok(Self::Revolv3 {\n                    api_key: api_key.clone(),\n                }),\n                _ => Err(err(\"Revolv3 requires HeaderKey auth type\")),\n            },\n            Connector::Fiservcommercehub => match auth {\n                ConnectorAuthType::MultiAuthKey {\n                    api_key,\n                    key1,\n                    api_secret,\n                    key2,\n                } => Ok(Self::Fiservcommercehub {\n                    api_key: api_key.clone(),\n                    secret: api_secret.clone(),\n                    merchant_id: key1.clone(),\n                    terminal_id: key2.clone(),\n                }),\n                _ => Err(err(\"Fiservcommercehub requires MultiAuthKey auth type\")),\n            },\n            Connector::Calida => match auth {\n                ConnectorAuthType::HeaderKey { api_key } => {\n                    let calida_meta = metadata\n                        .map(|m| {\n                            serde_json::from_value::<CalidaMetadata>(m.clone())\n                                .map_err(|_| err(\"Invalid Calida metadata format\"))\n                        })\n                        .transpose()?;\n\n                    Ok(Self::Calida {\n                        api_key: api_key.clone(),\n                        shop_name: calida_meta.as_ref().map(|m| m.shop_name.clone()),\n                    })\n                }\n                _ => Err(err(\"Calida requires HeaderKey auth type\")),\n            },\n            Connector::Celero => match auth {","sourceCodeStart":907,"sourceCodeEnd":943,"githubUrl":"https://github.com/juspay/hyperswitch/blob/3093f22cc46b46415cca152ea0b234277b251ecd/crates/router/src/core/unified_connector_service/connector_config.rs#L907-L943","documentation":"Error \"Fiservcommercehub requires MultiAuthKey auth type\" thrown in juspay/hyperswitch.","triggerScenarios":"Thrown at crates/router/src/core/unified_connector_service/connector_config.rs:880 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Configure the merchant connector account for Fiservcommercehub with the MultiAuthKey connector_auth_type","Recreate/update the connector account credentials to match the MultiAuthKey schema"],"exampleFix":null,"handlingStrategy":"try-catch","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"3093f22cc46b46415cca152ea0b234277b251ecd","analyzedAt":"2026-08-23T00:36:32.882Z","contentChangedAt":"2026-08-23T00:36:32.882Z","schemaVersion":2},"datasetVersion":"2026-09-14T05:17:10.506Z"}