mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(router): add request_external_three_ds_authentication flag in payment_method_list_response (#4864)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
d413e1a8a5
commit
fcf52973f4
@ -791,6 +791,10 @@ pub struct PaymentMethodListResponse {
|
||||
|
||||
#[schema(value_type = Option<PaymentType>)]
|
||||
pub payment_type: Option<api_enums::PaymentType>,
|
||||
|
||||
/// flag to indicate whether to perform external 3ds authentication
|
||||
#[schema(example = true)]
|
||||
pub request_external_three_ds_authentication: bool,
|
||||
}
|
||||
|
||||
#[derive(Eq, PartialEq, Hash, Debug, serde::Deserialize, ToSchema)]
|
||||
|
||||
Reference in New Issue
Block a user