mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(connector): [AMAZONPAY] add Payment flows for Amazon Pay Wallet (#7062)
Co-authored-by: Anurag Singh <anurag.singh.001@Anurag-Singh-WPMHJ5619X.local> Co-authored-by: Anurag Singh <anurag.singh.001@AnuragSMHJ5619X.lan> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Anurag Singh <anurag.singh.001@MacBookPro.lan>
This commit is contained in:
@ -599,6 +599,14 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::PollConfig,
|
||||
api_models::payments::ExternalAuthenticationDetailsResponse,
|
||||
api_models::payments::ExtendedCardInfo,
|
||||
api_models::payments::AmazonPaySessionTokenData,
|
||||
api_models::payments::AmazonPayMerchantCredentials,
|
||||
api_models::payments::AmazonPayWalletData,
|
||||
api_models::payments::AmazonPaySessionTokenResponse,
|
||||
api_models::payments::AmazonPayPaymentIntent,
|
||||
api_models::payments::AmazonPayDeliveryOptions,
|
||||
api_models::payments::AmazonPayDeliveryPrice,
|
||||
api_models::payments::AmazonPayShippingMethod,
|
||||
api_models::payment_methods::RequiredFieldInfo,
|
||||
api_models::payment_methods::DefaultPaymentMethod,
|
||||
api_models::payment_methods::MaskedBankDetails,
|
||||
|
||||
@ -577,6 +577,14 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payment_methods::CardNetworkTokenizeRequest,
|
||||
api_models::payment_methods::CardNetworkTokenizeResponse,
|
||||
api_models::payment_methods::CardType,
|
||||
api_models::payments::AmazonPaySessionTokenData,
|
||||
api_models::payments::AmazonPayMerchantCredentials,
|
||||
api_models::payments::AmazonPayWalletData,
|
||||
api_models::payments::AmazonPaySessionTokenResponse,
|
||||
api_models::payments::AmazonPayPaymentIntent,
|
||||
api_models::payments::AmazonPayDeliveryOptions,
|
||||
api_models::payments::AmazonPayDeliveryPrice,
|
||||
api_models::payments::AmazonPayShippingMethod,
|
||||
api_models::payment_methods::RequiredFieldInfo,
|
||||
api_models::payment_methods::MaskedBankDetails,
|
||||
api_models::payment_methods::SurchargeDetailsResponse,
|
||||
|
||||
Reference in New Issue
Block a user