{"record":{"id":"9e275649e3a21a10","repo":"juspay/hyperswitch","slug":"revolv3-requires-headerkey-auth-type","errorCode":null,"errorMessage":"Revolv3 requires HeaderKey auth type","messagePattern":"Revolv3 requires HeaderKey auth type","errorType":"validation","errorClass":"error_stack::Report<ApiErrorResponse>","httpStatus":500,"severity":"error","filePath":"crates/router/src/core/unified_connector_service/connector_config.rs","lineNumber":911,"sourceCode":"                    client_secret: api_key.clone(),\n                    payer_id: None,\n                }),\n                ConnectorAuthType::SignatureKey {\n                    api_key,\n                    key1,\n                    api_secret,\n                } => Ok(Self::Paypal {\n                    client_id: key1.clone(),\n                    client_secret: api_key.clone(),\n                    payer_id: Some(api_secret.clone()),\n                }),\n                _ => Err(err(\"Paypal requires BodyKey or SignatureKey auth type\")),\n            },\n            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","sourceCodeStart":893,"sourceCodeEnd":929,"githubUrl":"https://github.com/juspay/hyperswitch/blob/3093f22cc46b46415cca152ea0b234277b251ecd/crates/router/src/core/unified_connector_service/connector_config.rs#L893-L929","documentation":"Error \"Revolv3 requires HeaderKey auth type\" thrown in juspay/hyperswitch.","triggerScenarios":"Thrown at crates/router/src/core/unified_connector_service/connector_config.rs:866 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Configure the merchant connector account for Revolv3 with the HeaderKey connector_auth_type","Recreate/update the connector account credentials to match the HeaderKey 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"}