diff --git a/crates/router/src/core/payments/operations/payment_response.rs b/crates/router/src/core/payments/operations/payment_response.rs index 3bb6647b527c..9a5379f206d5 100644 --- a/crates/router/src/core/payments/operations/payment_response.rs +++ b/crates/router/src/core/payments/operations/payment_response.rs @@ -1556,8 +1556,9 @@ async fn payment_response_update_tracker( } else { 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