Open zimt28 opened 8 years ago
Hi @zimt28,
I have currently no plans to implement SEPA direct debit (short: SDD, “SEPA-Lastschriften”), but I will accept pull requests. If you want to implement this feature, you could proceed like this:
Improve your algorithm by running steps 2 - 7 with multiple banks. Lather, rinse, repeat ;-)
Good luck!
Look at libfintx https://github.com/mrklintscher/libfintx ... There it is already done. We have to translate code from c# to elixir on this point.
@mrklintscher Nice! As I don't know much about the banking standards and converting it to Elixir might be quite time consuming, it might be easier to use AWS Lambda/ Serverless or ExSharp, but I'm not sure if the latter could work on Linux.
You can use mono. It runs on windows and all unix based systems.
@my-flow Can you recommend a Mac app that has HBCI message logs?
nemiah/phpSepaXml creates the messages and should be easy to convert to Elixir. I'll play around with it a bit :)
Hi there,
thanks for sharing this library! Do you have any plans to support "SEPA-Lastschriften"? If not, do you think it would be difficult to implement this on my own?