feat(router): Add external vault support in v1 payments flow (#9274)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Prasunna Soppa
2025-09-23 12:12:11 +05:30
committed by GitHub
parent 3bd78ac5c1
commit e410af26ff
34 changed files with 1323 additions and 316 deletions

View File

@ -381,6 +381,9 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::enums::PaymentLinkSdkLabelType,
api_models::enums::OrganizationType,
api_models::enums::PaymentLinkShowSdkTerms,
api_models::enums::ExternalVaultEnabled,
api_models::enums::VaultSdk,
api_models::admin::ExternalVaultConnectorDetails,
api_models::admin::MerchantConnectorCreate,
api_models::admin::AdditionalMerchantData,
api_models::admin::ConnectorWalletDetails,