digitick / php-sepa-xml

* THIS PROJECT IS NO LONGER MAINTAINED* SEPA file generator in PHP
107 stars 63 forks source link

Sepa Debits #1

Closed naranili closed 11 years ago

naranili commented 11 years ago

Hi !

Sorry, that i use the 'Issues' to post this. But i didn't found any other way to post a message.

Is it also possible to process direct debits the this sepa lib ? If not, could you extend the lib to process direct debits ?

Regards Ralf

ianare commented 11 years ago

Hey,

The lib currently doesn't support direct debit. However it would be relatively simple to modify the lib to accept it. The fields are mostly identical. If you would be interested in providing patches for this, you can use the 'multi payment' branch as it is easier to modify. We would be happy to merge any patches!

Thanks, ianaré

naranili commented 11 years ago

Hi !

Thanks for the Infos. Is it possible that you could make this extension ? I could pay for this.

Regards Ralf

2013/1/9 ianaré sévi notifications@github.com

Hey,

The lib currently doesn't support direct debit. However it would be relatively simple to modify the lib to accept it. The fields are mostly identical. If you would be interested in providing patches for this, you can use the 'multi payment' branch as it is easier to modify. We would be happy to merge any patches!

Thanks, ianaré

— Reply to this email directly or view it on GitHubhttps://github.com/digitick/php-sepa-xml/issues/1#issuecomment-12071230.


NaRaNiLi.de http://naranili.de/ - Der Blog von Natascha - Ralf - Niklas - Lisann niklas.NaRaNiLi.de http://niklas.naranili.de/ - Ein "High School Year Abroad" in den USA Ihr wollt das Söhnchen unterstützen ? Gerne unter http://niklas.NaRaNiLi.de/discovery-tours/http://niklas.naranili.de/discovery-tours/

robindv commented 11 years ago

Inspired by this code i've written a direct-debit implementation: https://github.com/Celp-nl/sepa-dd-xml

It's written and tested for usage in the Netherlands.

ianare commented 11 years ago

Nice, thanks!