This topic is locked

Export or create XML SEPA document

11/28/2022 1:19:33 AM
PHPRunner General questions
A
alfonso authorDevClub member

Any idea how can we Generate SEPA XML to define a payment instructions?

mbintex 11/28/2022

There are several php libraries for that purpose if you search on github, for example

https://github.com/php-sepa-xml/php-sepa-xml

All of them should be usable within PHPRunner with custom programming of course.