{"record":{"id":"4956d081f8730538","repo":"juspay/hyperswitch","slug":"forte-requires-multiauthkey-auth-type","errorCode":null,"errorMessage":"Forte requires MultiAuthKey auth type","messagePattern":"Forte 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":1613,"sourceCode":"                    user_name: api_key.clone(),\n                    password: api_secret.clone(),\n                    account_id: key1.clone(),\n                }),\n                _ => Err(err(\"Zift requires SignatureKey auth type\")),\n            },\n            Connector::Forte => match auth {\n                ConnectorAuthType::MultiAuthKey {\n                    api_key,\n                    key1,\n                    api_secret,\n                    key2,\n                } => Ok(Self::Forte {\n                    api_access_id: api_key.clone(),\n                    organization_id: key1.clone(),\n                    location_id: key2.clone(),\n                    api_secret_key: api_secret.clone(),\n                }),\n                _ => Err(err(\"Forte requires MultiAuthKey auth type\")),\n            },\n            Connector::Paybox => match auth {\n                ConnectorAuthType::MultiAuthKey {\n                    api_key,\n                    key1,\n                    api_secret,\n                    key2,\n                } => Ok(Self::Paybox {\n                    site: api_key.clone(),\n                    rank: key1.clone(),\n                    key: api_secret.clone(),\n                    merchant_id: key2.clone(),\n                }),\n                _ => Err(err(\"Paybox requires MultiAuthKey auth type\")),\n            },\n            Connector::Paytm => match auth {\n                ConnectorAuthType::SignatureKey {\n                    api_key,","sourceCodeStart":1595,"sourceCodeEnd":1631,"githubUrl":"https://github.com/juspay/hyperswitch/blob/3093f22cc46b46415cca152ea0b234277b251ecd/crates/router/src/core/unified_connector_service/connector_config.rs#L1595-L1631","documentation":"Error \"Forte requires MultiAuthKey auth type\" thrown in juspay/hyperswitch.","triggerScenarios":"Thrown at crates/router/src/core/unified_connector_service/connector_config.rs:1520 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Configure the merchant connector account for Forte 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-14T00:17:10.932Z"}