Bug Fixes

Management of “amendment” field in pain008

Bug The amendment is not taken into account in the pain 008 when a SDD first is rejected (there has been no payment so far, the update is not consider as an amendement).
Reference FPLSPS-10040
Situation after fix Amendment field set to true when amendment occured after a SDD first has not been sent

Response of GetFileCollection SOAP endpoint

Bug The endpoint GetFileCollection rather than returning the pain001 (like it is supposed to do) is returning the generation report of the pain001.
Reference FPLSPS-10060
Situation after fix The endpoint returns the pain001 (.zip encoded in base 64).

Improve web services performance for mandate attachments management

Bug Optimize attachment management in create and update REST requests
Reference FPLSPS-10417
Situation after fix Better performances for all web services

REST API : GET requests for a WS user attached at organisation level

Bug When a WebService user is created on an Orga, it can successfully send a POST request on his organisation. But he can NOT send a GET request : the response is a "204 - no content". (Workaround : assign the user to the reseller).
Reference FPLSPS-10111
Situation after fix When using a WS user assigned to an organization (and not to a reseller), the GET requests are successful and return what is described in the swaggers.

Expiration of MEV (Mandate Electronic Validation) Requests

Bug Requests stay in "Emitted" status and therefore impossible to delete, re-issue, cancel or duplicate them
Reference FPLSPS-10092
Situation after fix A MEV request emitted for more than 48h has its status updated to "Expired".

Integration of INCOMPLETE PAIN008 if debtor’s BIC not informed

Bug When integrating a Incomplete Pain008 file, if the debtor's BIC is not informed:
  • the integration fails with the error FI061 (there's no functional error message)

  • the error message displayed in the GUI is not compliant.

  • Reference FPLSPS-10099
    Situation after fix If Debtor's BIC not informed in the pain008 file, SPS is able to retrieve it so and integrates the file properly.

    Include “CollectionRef” criteria into SearchFileCollection SOAP endpoint

    Bug When using the WS SearchFileCollection, and informing the optional field "CollectionRef" with an existing collection reference, the response, instead of containing ONLY the collection file generated with the collection reference you informed, returns ALL the collection files it can retrieve.
    Reference FPLSPS-10052
    Situation after fix Response of the SearchFileCollection is filtered by the criteria CollectionRef (one result returned).