Creating SEPA XML export

Anyone made a SEPA XML export by any chance? To do bulk payments through a bank using that file?

If yes, care to share some tips on how it’s done?

I would go with custom module based on https://www.npmjs.com/package/sepa-xml
Or by using some of paid APIs - https://rapidapi.com/molpe/api/sepa-xml-generator1/ or https://www.sepaxmlgenerator.com/sepa-api/

Thanks, very interesting. Didn’t think of searching NPM this time!