mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat: add an api for retrieving the extended card info from redis (#4484)
This commit is contained in:
@ -4622,6 +4622,12 @@ pub enum PaymentLinkStatusWrap {
|
||||
IntentStatus(api_enums::IntentStatus),
|
||||
}
|
||||
|
||||
#[derive(Debug, Default, serde::Deserialize, serde::Serialize, Clone, ToSchema)]
|
||||
pub struct ExtendedCardInfoResponse {
|
||||
// Encrypted customer payment method data
|
||||
pub payload: String,
|
||||
}
|
||||
|
||||
#[cfg(test)]
|
||||
mod payments_request_api_contract {
|
||||
#![allow(clippy::unwrap_used)]
|
||||
|
||||
Reference in New Issue
Block a user