{"record":{"id":"0510b61df0c5a11a","repo":"juspay/hyperswitch","slug":"barclaycard-requires-signaturekey-auth-type","errorCode":null,"errorMessage":"Barclaycard requires SignatureKey auth type","messagePattern":"Barclaycard requires SignatureKey auth type","errorType":"exception","errorClass":"ApiErrorResponse::InternalServerError","httpStatus":500,"severity":"error","filePath":"crates/router/src/core/unified_connector_service/connector_config.rs","lineNumber":1235,"sourceCode":"            },\n            Connector::Affirm => match auth {\n                ConnectorAuthType::BodyKey { api_key, key1 } => Ok(Self::Affirm {\n                    public_key: api_key.clone(),\n                    private_key: key1.clone(),\n                }),\n                _ => Err(err(\"Affirm requires BodyKey auth type\")),\n            },\n            Connector::Barclaycard => match auth {\n                ConnectorAuthType::SignatureKey {\n                    api_key,\n                    key1,\n                    api_secret,\n                } => Ok(Self::Barclaycard {\n                    api_key: api_key.clone(),\n                    merchant_account: key1.clone(),\n                    api_secret: api_secret.clone(),\n                }),\n                _ => Err(err(\"Barclaycard requires SignatureKey auth type\")),\n            },\n            Connector::Tesouro => match auth {\n                ConnectorAuthType::SignatureKey {\n                    api_key,\n                    key1,\n                    api_secret,\n                } => Ok(Self::Tesouro {\n                    api_key: api_key.clone(),\n                    key1: key1.clone(),\n                    api_secret: api_secret.clone(),\n                }),\n                _ => Err(err(\"Tesouro requires SignatureKey auth type\")),\n            },\n            Connector::Ilixium => match auth {\n                ConnectorAuthType::SignatureKey {\n                    api_key,\n                    key1,\n                    api_secret,","sourceCodeStart":1217,"sourceCodeEnd":1253,"githubUrl":"https://github.com/juspay/hyperswitch/blob/3093f22cc46b46415cca152ea0b234277b251ecd/crates/router/src/core/unified_connector_service/connector_config.rs#L1217-L1253","documentation":"Error \"Barclaycard requires SignatureKey auth type\" thrown in juspay/hyperswitch.","triggerScenarios":"Thrown at crates/router/src/core/unified_connector_service/connector_config.rs:1180 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Configure the merchant connector account for Barclaycard with the SignatureKey connector_auth_type","Recreate/update the connector account credentials to match the SignatureKey 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"}