diff --git a/crates/router/src/core/payments/transformers.rs b/crates/router/src/core/payments/transformers.rs index 801b0b0c4c..5118ceab55 100644 --- a/crates/router/src/core/payments/transformers.rs +++ b/crates/router/src/core/payments/transformers.rs @@ -370,6 +370,7 @@ where mandate_id, shipping: address.shipping, billing: address.billing, + cancellation_reason: payment_attempt.cancellation_reason, ..Default::default() }), })