nemiah / phpFinTS

PHP library to communicate with FinTS/HBCI servers
MIT License
130 stars 39 forks source link

Patch checkDecoupledSubmission() to tolerate absent HITAN(2) on success #444

Closed Philipp91 closed 1 month ago

Philipp91 commented 1 month ago

Fixes #412. Fixes #442.

The spec technically mandates that such a HITAN is sent on success, but in practice some banks don't do so, forcing us to adjust. Fortunately, the presence/absence of the 3956 respnose code is sufficient to tell whether the submission is already complete or not, so we rely (only) on that now.

nemiah commented 1 month ago

Thank you :relaxed: