feat(payouts): apple pay decrypt payout (#9857)

This commit is contained in:
Sakil Mostak
2025-10-16 12:29:32 +05:30
committed by GitHub
parent 1f34f89063
commit e7dee751b5
22 changed files with 818 additions and 4 deletions

View File

@ -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,

View File

@ -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,