feat(core): Implement UCS based upi for paytm and phonepe (#8732)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
Co-authored-by: Gnanasundari24 <118818938+Gnanasundari24@users.noreply.github.com>
This commit is contained in:
Uzair Khan
2025-07-31 19:17:04 +05:30
committed by GitHub
parent c6e4e7209f
commit 01e9474808
39 changed files with 3098 additions and 51 deletions

View File

@ -118,6 +118,10 @@ pub struct UnifiedConnectorServiceClientConfig {
/// Contains the connection timeout duration in seconds
pub connection_timeout: u64,
/// List of connectors to use with the unified connector service
#[serde(default)]
pub ucs_only_connectors: Vec<String>,
}
/// Contains the Connector Auth Type and related authentication data.