Skip to main content
Skip table of contents

Upgrade Notes Week 35

Updated validation rules for Bank transfers with the IFX provider

Who is affected

Clients using the IFX provider for dynamic payments.

What is changing

Validation rules for dynamic payments will be updated to improve data integrity and ensure compatibility with the IFX provider. These updates affect field requirements and validation patterns in the following API endpoints:

  • POST /api/clients/{clientId}/transfer/dynamic

Changes include:

  • recipientIban: now required

  • beneficiaryAddress: max length increased from 70 to 200 characters

  • recipientName:

    • regex updated from ^[a-zA-Z.' ]+$ to ^[a-zA-Z0-9\/\-?:().,'+\s#=!"%&*<>;{@\r\n]*$

    • max length increased from 35 to 140 characters

  • details: max length set to 35 characters

  • recipientAccount: now required for SWIFT transfers

Requests not updated accordingly will return validation errors.

Expected release

September 2025

Instructions

Review and update your integration to ensure all transfers with IFX meet the new field requirements.

Consequences

API requests that do not comply with the updated validation rules will be rejected. To avoid service disruption, ensure all necessary updates are applied before the release window.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.