diff --git a/crates/router/src/connector/noon/transformers.rs b/crates/router/src/connector/noon/transformers.rs index 6c3084a75e..3e584e204a 100644 --- a/crates/router/src/connector/noon/transformers.rs +++ b/crates/router/src/connector/noon/transformers.rs @@ -264,7 +264,7 @@ impl TryFrom<&types::PaymentsAuthorizeRouterData> for NoonPaymentsRequest { currency, channel: NoonChannels::Web, category, - reference: item.payment_id.clone(), + reference: item.connector_request_reference_id.clone(), name, }; let payment_action = if item.request.is_auto_capture()? {