feat(payment_methods): add external_vault_details for payments v2 sdk session call (#8003)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
Sakil Mostak
2025-06-06 17:31:08 +05:30
committed by GitHub
parent 65acf59886
commit d32c61a256
58 changed files with 2311 additions and 103 deletions

View File

@ -268,6 +268,7 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::enums::ConnectorType,
api_models::enums::PayoutConnectors,
api_models::enums::AuthenticationConnectors,
api_models::enums::VaultSdk,
api_models::enums::Currency,
api_models::enums::IntentStatus,
api_models::enums::CaptureMethod,
@ -429,6 +430,9 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payments::AmountDetails,
api_models::payments::AmountDetailsUpdate,
api_models::payments::SessionToken,
api_models::payments::VaultSessionDetails,
api_models::payments::VgsSessionDetails,
api_models::payments::HyperswitchVaultSessionDetails,
api_models::payments::ApplePaySessionResponse,
api_models::payments::ThirdPartySdkSessionResponse,
api_models::payments::NoThirdPartySdkSessionResponse,