mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(payouts): apple pay decrypt payout (#9857)
This commit is contained in:
@ -240,6 +240,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
common_utils::payout_method_utils::PaypalAdditionalData,
|
||||
common_utils::payout_method_utils::InteracAdditionalData,
|
||||
common_utils::payout_method_utils::VenmoAdditionalData,
|
||||
common_utils::payout_method_utils::ApplePayDecryptAdditionalData,
|
||||
common_types::payments::SplitPaymentsRequest,
|
||||
common_types::payments::GpayTokenizationData,
|
||||
common_types::payments::GPayPredecryptData,
|
||||
@ -690,6 +691,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payouts::PayoutMethodDataResponse,
|
||||
api_models::payouts::PayoutLinkResponse,
|
||||
api_models::payouts::Bank,
|
||||
api_models::payouts::ApplePayDecrypt,
|
||||
api_models::payouts::PayoutCreatePayoutLinkConfig,
|
||||
api_models::enums::PayoutEntityType,
|
||||
api_models::enums::PayoutSendPriority,
|
||||
|
||||
@ -183,6 +183,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
common_utils::payout_method_utils::PaypalAdditionalData,
|
||||
common_utils::payout_method_utils::InteracAdditionalData,
|
||||
common_utils::payout_method_utils::VenmoAdditionalData,
|
||||
common_utils::payout_method_utils::ApplePayDecryptAdditionalData,
|
||||
common_types::payments::SplitPaymentsRequest,
|
||||
common_types::payments::GpayTokenizationData,
|
||||
common_types::payments::GPayPredecryptData,
|
||||
@ -661,6 +662,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payouts::PayoutMethodDataResponse,
|
||||
api_models::payouts::PayoutLinkResponse,
|
||||
api_models::payouts::Bank,
|
||||
api_models::payouts::ApplePayDecrypt,
|
||||
api_models::payouts::PayoutCreatePayoutLinkConfig,
|
||||
api_models::enums::PayoutEntityType,
|
||||
api_models::enums::PayoutSendPriority,
|
||||
|
||||
Reference in New Issue
Block a user