mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +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:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user