mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
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:
@ -19980,7 +19980,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"description": "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 don’t receive any payment method data in the confirm call for payments made through other wallets."
|
||||||
},
|
},
|
||||||
"WeChatPay": {
|
"WeChatPay": {
|
||||||
"type": "object"
|
"type": "object"
|
||||||
|
|||||||
@ -24731,7 +24731,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"description": "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 don’t receive any payment method data in the confirm call for payments made through other wallets."
|
||||||
},
|
},
|
||||||
"WeChatPay": {
|
"WeChatPay": {
|
||||||
"type": "object"
|
"type": "object"
|
||||||
|
|||||||
@ -3567,6 +3567,7 @@ pub struct WalletResponse {
|
|||||||
details: Option<WalletResponseData>,
|
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 don’t 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)]
|
#[derive(Debug, Clone, Eq, PartialEq, serde::Deserialize, serde::Serialize, ToSchema)]
|
||||||
#[serde(rename_all = "snake_case")]
|
#[serde(rename_all = "snake_case")]
|
||||||
pub enum WalletResponseData {
|
pub enum WalletResponseData {
|
||||||
|
|||||||
Reference in New Issue
Block a user