Optional Modules - Changes & Fixes
This page covers the optional module changes and fixes provided in IPF Release 2025.1.0
Scheme Packs
TIPS CSM
New
-
Added new configuration options for enabling or disabling non-EEA debtor address validations for a pacs.008 message with the following defaults (PAY-12807):
-
ipf.csm.tips.validation.pacs008.non-eea-debtor-address-validation-inbound.enabled = false
-
ipf.csm.tips.validation.pacs008.non-eea-debtor-address-validation-outbound.enabled = false
-
-
The non-EEA debtor address validation check for pacs.008 messages has been introduced for both outbound (PAY-12808) and inbound (PAY-12809), provided the associated configuration option is enabled. To enable this functionality, set:
-
For outbound messages: ipf.csm.tips.validation.pacs008.non-eea-debtor-address-validation-outbound.enabled = true
-
For inbound messages: ipf.csm.tips.validation.pacs008.non-eea-debtor-address-validation-inbound.enabled = true
-
Fixed
-
pacs.028 now correctly contains original pacs.008 MsgId in OrgnlMsgId tag (PAY-13310)
-
Reviewed/corrected Validaciones documentation for TIPS (PAY-13912)
SIC CSM
RT1 CSM
New
-
Added new configuration options for enabling or disabling non-EEA debtor address validations for a pacs.008 message with the following defaults (PAY-12812):
-
ipf.csm.rt1.validation.pacs008.non-eea-debtor-address-validation-inbound.enabled = false
-
ipf.csm.rt1.validation.pacs008.non-eea-debtor-address-validation-outbound.enabled = false
-
-
The non-EEA debtor address validation check for pacs.008 messages has been introduced for both outbound (PAY-12813) and inbound (PAY-12814), provided the associated configuration option is enabled. To enable this functionality, set:
-
For outbound messages: ipf.csm.rt1.validation.pacs008.non-eea-debtor-address-validation-outbound.enabled = true
-
For inbound messages: ipf.csm.rt1.validation.pacs008.non-eea-debtor-address-validation-inbound.enabled = true
-
Business Metrics
Breaking Changes
-
Business metric names are now prefixed with
ipf_by default, and this cannot be changed. e.g. the metricbusinessmetrics_payments_finishedis nowipf_businessmetrics_payments_finished. This was previously opt-in with the configurationipf.business-metrics-processor.opt-in-to-ipf-prefixed-metric-names = true. This configuration has also been removed.