mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(router): add three_ds_decision_rule support in routing apis (#8132)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
7a44626251
commit
9bac41b208
@ -233,6 +233,8 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
common_types::refunds::StripeSplitRefundRequest,
|
||||
common_types::payments::ConnectorChargeResponseData,
|
||||
common_types::payments::StripeChargeResponseData,
|
||||
common_types::three_ds_decision_rule_engine::ThreeDSDecisionRule,
|
||||
common_types::three_ds_decision_rule_engine::ThreeDSDecision,
|
||||
api_models::refunds::RefundRequest,
|
||||
api_models::refunds::RefundType,
|
||||
api_models::refunds::RefundResponse,
|
||||
@ -260,6 +262,7 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payment_methods::PaymentMethodCreate,
|
||||
api_models::payment_methods::PaymentMethodResponse,
|
||||
api_models::payment_methods::CustomerPaymentMethod,
|
||||
common_types::three_ds_decision_rule_engine::ThreeDSDecisionRule,
|
||||
api_models::payment_methods::PaymentMethodListResponse,
|
||||
api_models::payment_methods::ResponsePaymentMethodsEnabled,
|
||||
api_models::payment_methods::ResponsePaymentMethodTypes,
|
||||
@ -672,6 +675,8 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::routing::SuccessRateSpecificityLevel,
|
||||
api_models::routing::ToggleDynamicRoutingQuery,
|
||||
api_models::routing::ToggleDynamicRoutingPath,
|
||||
api_models::routing::ProgramThreeDsDecisionRule,
|
||||
api_models::routing::RuleThreeDsDecisionRule,
|
||||
api_models::routing::RoutingVolumeSplitResponse,
|
||||
api_models::routing::ast::RoutableChoiceKind,
|
||||
api_models::enums::RoutableConnectors,
|
||||
|
||||
@ -195,6 +195,8 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
common_types::refunds::SplitRefund,
|
||||
common_types::payments::ConnectorChargeResponseData,
|
||||
common_types::payments::StripeChargeResponseData,
|
||||
common_types::three_ds_decision_rule_engine::ThreeDSDecisionRule,
|
||||
common_types::three_ds_decision_rule_engine::ThreeDSDecision,
|
||||
common_utils::request::Method,
|
||||
api_models::refunds::RefundsCreateRequest,
|
||||
api_models::refunds::RefundErrorDetails,
|
||||
@ -671,6 +673,8 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::routing::ConnectorVolumeSplit,
|
||||
api_models::routing::ConnectorSelection,
|
||||
api_models::routing::ast::RoutableChoiceKind,
|
||||
api_models::routing::ProgramThreeDsDecisionRule,
|
||||
api_models::routing::RuleThreeDsDecisionRule,
|
||||
api_models::enums::RoutableConnectors,
|
||||
api_models::routing::ast::ProgramConnectorSelection,
|
||||
api_models::routing::ast::RuleConnectorSelection,
|
||||
|
||||
Reference in New Issue
Block a user