raphaelm / python-sepaxml

SEPA Direct Debit XML generation in python
MIT License
110 stars 43 forks source link

Do not use this #42

Closed michaelbrunnbauer closed 2 years ago

michaelbrunnbauer commented 2 years ago

Author has lost interest (see issue list). Probably does not support the SEPA version your bank wants from you.

raphaelm commented 2 years ago

I have not entirely lost interest, I still intend to support newer SEPA versions, I just have a lack of time on my hands.

The annoying thing is that codebase is a little bit of mess and hard to extend. I did not write this code, I mostly took existing free code and packaged and tested it properly. :\

michaelbrunnbauer commented 2 years ago

Sorry for venting my frustration after my bank stopped supporting pain.008.002.02 without prior announcement. It turned out they still support pain.008.003.02 - which is supported by sepaxml. Unfortunately, my bank will phase out pain.008.003.02 next November - so you have one year :-)

Whoever is behind those standards is not of this world but on the spot with naming.

raphaelm commented 2 years ago

I had the same issue with my bank yesterday and went the quick route of just changing the version number in the file by hand, yes… Glad you found a workaround for now ;)