Sephpa icon indicating copy to clipboard operation
Sephpa copied to clipboard

PHP class to create SEPA xml files for credit transfer and direct debit

Results 4 Sephpa issues
Sort by recently updated
recently updated
newest added

I updated example.php script to work with stable ^2.0 versions.

According to https://github.com/AbcAeffchen/Sephpa/issues/21, direct access to the xml content is not useful due to missing validation etc. I don't really understand the argument behind that. E.g. in my case, I...

The Sepa format pain.001.001.03 is abandoned this year. In future pain.001.001.09 needs to be used for Sepa-transfers. Here is a link with background information about the issue: https://banking.vision/umstellung-auf-pain-001-pain-008-camt-formate/ Any plans,...

In our code we use the Sepha Package. Currently, the different implementations of the addPayment method declare that they throw an SephpaInputException (ie SepaDirectDebit00800102::addPayment() throws a SephaInputException); However, the interface...