docs: Added desc. for wallets other than AP, GP (#6452)

Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
GORAKHNATH YADAV
2024-10-29 12:53:21 +05:30
committed by GitHub
parent 98567569c1
commit 55a81eb469
3 changed files with 5 additions and 2 deletions

View File

@ -3567,6 +3567,7 @@ pub struct WalletResponse {
details: Option<WalletResponseData>,
}
/// Hyperswitch supports SDK integration with Apple Pay and Google Pay wallets. For other wallets, we integrate with their respective connectors, redirecting the customer to the connector for wallet payments. As a result, we dont receive any payment method data in the confirm call for payments made through other wallets.
#[derive(Debug, Clone, Eq, PartialEq, serde::Deserialize, serde::Serialize, ToSchema)]
#[serde(rename_all = "snake_case")]
pub enum WalletResponseData {