{"record":{"id":"778dcec1412b2a82","repo":"juspay/hyperswitch","slug":"volt-requires-multiauthkey-auth-type","errorCode":null,"errorMessage":"Volt requires MultiAuthKey auth type","messagePattern":"Volt requires MultiAuthKey auth type","errorType":"exception","errorClass":"ApiErrorResponse::InternalServerError","httpStatus":500,"severity":"error","filePath":"crates/router/src/core/unified_connector_service/connector_config.rs","lineNumber":1665,"sourceCode":"                    merchant_key: key1.clone(),\n                    website: api_secret.clone(),\n                    client_id: Some(key2.clone()),\n                }),\n                _ => Err(err(\"Paytm requires SignatureKey or MultiAuthKey auth type\")),\n            },\n            Connector::Volt => match auth {\n                ConnectorAuthType::MultiAuthKey {\n                    api_key,\n                    key1,\n                    api_secret,\n                    key2,\n                } => Ok(Self::Volt {\n                    username: api_key.clone(),\n                    password: api_secret.clone(),\n                    client_id: key1.clone(),\n                    client_secret: key2.clone(),\n                }),\n                _ => Err(err(\"Volt requires MultiAuthKey auth type\")),\n            },\n            Connector::Finix => match auth {\n                ConnectorAuthType::MultiAuthKey {\n                    api_key,\n                    key1,\n                    api_secret,\n                    key2,\n                } => Ok(Self::Finix {\n                    finix_user_name: api_key.clone(),\n                    finix_password: api_secret.clone(),\n                    merchant_identity_id: key2.clone(),\n                    merchant_id: key1.clone(),\n                }),\n                _ => Err(err(\"Finix requires MultiAuthKey auth type\")),\n            },\n            Connector::Cashtocode => match auth {\n                ConnectorAuthType::CurrencyAuthKey { auth_key_map } => Ok(Self::Cashtocode {\n                    auth_key_map: auth_key_map.clone(),","sourceCodeStart":1647,"sourceCodeEnd":1683,"githubUrl":"https://github.com/juspay/hyperswitch/blob/3093f22cc46b46415cca152ea0b234277b251ecd/crates/router/src/core/unified_connector_service/connector_config.rs#L1647-L1683","documentation":"Error \"Volt requires MultiAuthKey auth type\" thrown in juspay/hyperswitch.","triggerScenarios":"Thrown at crates/router/src/core/unified_connector_service/connector_config.rs:1572 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Configure the merchant connector account for Volt with the MultiAuthKey connector_auth_type","Recreate/update the connector account credentials to match the MultiAuthKey schema"],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"3093f22cc46b46415cca152ea0b234277b251ecd","analyzedAt":"2026-08-19T10:36:43.745Z","contentChangedAt":"2026-08-19T10:36:43.745Z","schemaVersion":2},"datasetVersion":"2026-09-14T05:17:10.506Z"}