mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
fix(core): add extended authorization to profile update and add supported payment method types (#9237)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -2791,6 +2791,11 @@ pub struct ProfileUpdate {
|
||||
#[schema(default = false, example = false)]
|
||||
pub always_collect_billing_details_from_wallet_connector: Option<bool>,
|
||||
|
||||
/// Bool indicating if extended authentication must be requested for all payments
|
||||
#[schema(value_type = Option<bool>)]
|
||||
pub always_request_extended_authorization:
|
||||
Option<primitive_wrappers::AlwaysRequestExtendedAuthorization>,
|
||||
|
||||
/// Indicates if the MIT (merchant initiated transaction) payments can be made connector
|
||||
/// agnostic, i.e., MITs may be processed through different connector than CIT (customer
|
||||
/// initiated transaction) based on the routing rules.
|
||||
|
||||
Reference in New Issue
Block a user