Version 4.2.11
Connectors improvements
DE Deutsche Bank: update authentication logic to support Deutsche Bank ID.
Impacted connectors: DE Deutsche Bank (96) and DE Noris Bank (1653).
Until now, the additional property requested PSU-ID has only the "FKN (account number) login" (3+7 digits). We have adapted the regex template and description to add the new authentication logic "Deutsche Bank ID".
We are now accepting:
- FKN (account number) login: fixed numeric format (3+7 digits) 3‑digit branch number 7‑digit customer number Pattern:
[0-9]{10} - Deutsche Bank ID: a new, more flexible identifier with no strict format. Length: 2–50 characters Allowed characters:
a-zA-Z0-9\<>,.:;_-!§$%&=?@#-No spaces
The new description is: "Supported formats: (1) FKN: 3-digit branch number + 7-digit account number (numeric only). (2) Deutsche Bank ID: 2–50 characters, alphanumeric and special characters allowed, no spaces."
The new regex template is: "^(?:[0-9]{10}|[a-zA-Z0-9<>,.:;_!$%&=?@#-]{2,50})$"
FI Danske Bank (1103 & 1104)
Upgrade PIS endpoint
Developer portal improvement
Ability to check the application's secret key
When you go to the developer portal > Settings > Applications, you'll find a icon to check if the application secret you have is the right one, just beside the icon to generate a new key:
