diff --git a/crates/router/src/core/payments/operations/payment_response.rs b/crates/router/src/core/payments/operations/payment_response.rs index 3bb6647b527c..ecf918e742cb 100644 --- a/crates/router/src/core/payments/operations/payment_response.rs +++ b/crates/router/src/core/payments/operations/payment_response.rs @@ -1557,7 +1557,9 @@ async fn payment_response_update_tracker( None }; - if router_data.status == enums::AttemptStatus::Charged { + if router_data.status == enums::AttemptStatus::Charged + || router_data.status == enums::AttemptStatus::Authorized + { payment_data .payment_intent .fingerprint_id