mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
feat(core): add bulk tokenization flows (#7066)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -39,6 +39,7 @@ pub enum ApiIdentifier {
|
||||
ApplePayCertificatesMigration,
|
||||
Relay,
|
||||
Documentation,
|
||||
CardNetworkTokenization,
|
||||
Hypersense,
|
||||
PaymentMethodSession,
|
||||
}
|
||||
@ -317,6 +318,10 @@ impl From<Flow> for ApiIdentifier {
|
||||
|
||||
Flow::FeatureMatrix => Self::Documentation,
|
||||
|
||||
Flow::TokenizeCard
|
||||
| Flow::TokenizeCardUsingPaymentMethodId
|
||||
| Flow::TokenizeCardBatch => Self::CardNetworkTokenization,
|
||||
|
||||
Flow::HypersenseTokenRequest
|
||||
| Flow::HypersenseVerifyToken
|
||||
| Flow::HypersenseSignoutToken => Self::Hypersense,
|
||||
|
||||
Reference in New Issue
Block a user