{"record":{"id":"051c768e0db432c7","repo":"juspay/hyperswitch","slug":"paytm-requires-signaturekey-or-multiauthkey-auth-t","errorCode":null,"errorMessage":"Paytm requires SignatureKey or MultiAuthKey auth type","messagePattern":"Paytm requires SignatureKey or MultiAuthKey auth type","errorType":"exception","errorClass":"ApiErrorResponse::InternalServerError","httpStatus":500,"severity":"error","filePath":"crates/router/src/core/unified_connector_service/connector_config.rs","lineNumber":1651,"sourceCode":"                    api_secret,\n                } => Ok(Self::Paytm {\n                    merchant_id: api_key.clone(),\n                    merchant_key: key1.clone(),\n                    website: api_secret.clone(),\n                    client_id: None,\n                }),\n                ConnectorAuthType::MultiAuthKey {\n                    api_key,\n                    key1,\n                    api_secret,\n                    key2,\n                } => Ok(Self::Paytm {\n                    merchant_id: api_key.clone(),\n                    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,","sourceCodeStart":1633,"sourceCodeEnd":1669,"githubUrl":"https://github.com/juspay/hyperswitch/blob/3093f22cc46b46415cca152ea0b234277b251ecd/crates/router/src/core/unified_connector_service/connector_config.rs#L1633-L1669","documentation":"Error \"Paytm requires SignatureKey or MultiAuthKey auth type\" thrown in juspay/hyperswitch.","triggerScenarios":"Thrown at crates/router/src/core/unified_connector_service/connector_config.rs:1558 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Configure the merchant connector account for Paytm with the SignatureKey or MultiAuthKey connector_auth_type","Recreate/update the connector account credentials to match the SignatureKey or 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"}