Bug Fixes

Fix error message on createSCT web services (REST endpoint only)

Description : Create SCT REST endpoint used to return 503 error for functional error that should have returned 400 with error message.
Root cause : regression following implementation of return message enhancement for REST.

Fix FCC module unable to connect to signature API

Description : Connection between FCC and SPS-Signature API (SPS-SIGN certificate management) used to fail when the creditor name contained spaces.
Root cause : regression following migration of internal API from SOAP to REST.

Fix error 503 on GET Mandate REST API

Description : GET Mandate REST API used to return 503 when mandate had OTP agreement.
Root cause : regression following enhancement of GET Mandate API (returning now agreementType).

Fix error displaying template for email notification

Description : It used to not be possible to display or update notification templates from SPS backoffice.
Root cause : regression following web framework technical migration.

Fix issue when initializing a B2B signature with MEV

Description : When initializing a B2B signature from MEV form, it used to redirect to a CORE signature session.
Root cause : legacy issue.

Fix issue on GetSddsByMandate SOAP endpoint

Description : The SOAP endpoint GetSddsByMandate used to not manage functional error properly - for instance if some required information are missing from the request, the endpoint used to return an empty body rather than an error message.
Root cause : legacy issue.

Fix consistency issue between NCI and SCI when SCI is updated

Description : The modification of a mandate SCI used to not be reported on mandate NCI - NCI was not updated to new value associated with new SCI.
Root cause : legacy issue.

Fix issue on mandate update for following fields : UMR, SCI, creditorName (web, web service)

Description : When updating a mandate UMR, SCI or creditor name with SOAP WS, the endpoint used to return OK however no update was done on the mandate.
From GUI, when update a mandate, it used to not be possible to select a new ICS from dropdown and creditor name was not editable.
Root cause : regression following code refactoring.

Fix issue of debtor bank name retrieved from Swift database

Description : When creating a mandate, SPS used to retrieve the bank name from the first 8 characters of the BIC rather than from the 11 characters - which occasionally lead to a wrong debtor bank on the mandate.
Root cause : legacy issue related to old SEPA standards (BIC8 used rather than BIC11).

Fix error occuring when exporting mandate from GUI

Description : When trying to export mandates from GUI, the application used to display an error page.
Root cause : regression following web framework technical migration.

Fix on password management - password change not required on first connexion

Description : The application used to allow users to keep the first “temporary” password to connect on SPS back-office.
Root cause : legacy issue.

Fix missing field in GET Sdd WS (SOAP & REST)

Description : The endpoint GET SDD used to returned empty pain008Ref field even though it was sent in a pain008 file.
Root cause : legacy issue.

Fix CreatePaymentSchedule WS (impact on signature module)

Description : CreatePaymentSchedule WS (SOAP) used to return an empty body (no message) and the schedule was not created. (Impact on signature with first payment).
Root cause : legacy issue.