diff --git a/crates/router/src/connector/checkout/transformers.rs b/crates/router/src/connector/checkout/transformers.rs index 0b625e9a58..ce9844d653 100644 --- a/crates/router/src/connector/checkout/transformers.rs +++ b/crates/router/src/connector/checkout/transformers.rs @@ -161,7 +161,7 @@ impl From enums::AttemptStatus::Charged, CheckoutPaymentStatus::Declined => enums::AttemptStatus::Failure, - CheckoutPaymentStatus::Pending => enums::AttemptStatus::Authorizing, + CheckoutPaymentStatus::Pending => enums::AttemptStatus::AuthenticationPending, CheckoutPaymentStatus::CardVerified => enums::AttemptStatus::Pending, } .into()