feat(payment_methods): add external vault connector service (#7917)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sakil Mostak
2025-05-21 17:14:51 +05:30
committed by GitHub
parent 5f5998fb07
commit 1238ae77de
39 changed files with 1521 additions and 73 deletions

View File

@ -467,7 +467,7 @@ pub enum ConnectorType {
/// Represents billing processors that handle subscription management, invoicing,
/// and recurring payments. Examples include Chargebee, Recurly, and Stripe Billing.
BillingProcessor,
/// External Vault Connector
/// Represents vaulting processors that handle the storage and management of payment method data
VaultProcessor,
}