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:
Kashif
2025-03-07 18:20:18 +05:30
committed by GitHub
parent 586adea992
commit 2ff0d4f956
26 changed files with 2742 additions and 38 deletions

View File

@ -541,6 +541,12 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payment_methods::SurchargePercentage,
api_models::payment_methods::PaymentMethodCollectLinkRequest,
api_models::payment_methods::PaymentMethodCollectLinkResponse,
api_models::payment_methods::CardType,
api_models::payment_methods::CardNetworkTokenizeRequest,
api_models::payment_methods::CardNetworkTokenizeResponse,
api_models::payment_methods::TokenizeDataRequest,
api_models::payment_methods::TokenizeCardRequest,
api_models::payment_methods::TokenizePaymentMethodRequest,
api_models::refunds::RefundListRequest,
api_models::refunds::RefundListResponse,
api_models::relay::RelayRequest,