digitick/sepa-xml

Creates Single Euro Payments Area (SEPA) XML files for the Direct Debit and Credit Transfer operations.

2.2.0 2022-07-12 12:43 UTC

README

Master: Build Status

SEPA file generator for PHP.

Creates XML files for the Single Euro Payments Area (SEPA) Credit Transfer and Direct Debit Payments Initiation messages. These SEPA XML messages are a subset of the "ISO20022 Universal financial industry message scheme".

License: GNU Lesser General Public License v3.0

The versions of the standard followed are:

  • pain.001.002.03 (or pain.001.001.03) for credit transfers
  • and pain.008.002.02 (or pain.008.001.02) for direct debits

Institutions and associations that should accept this format:

  • Deutsche Kreditwirtschaft
  • Fédération bancaire française
  • ING (tested on direct credit, use pain.001.001.03)
  • Spain: CaixaBank
  • Spain: SantanderBank
  • Netherlands: direct-debit (pain.008.001.02) at RABO-bank (thanks @rodekker)

Always verify generated files with your bank before using in production! If you encounter an institution that does accept this library's generated files please notify us to add it to the list or send a PR!

Installation

Composer

This library is available in packagist.org, you can add it to your project via Composer.

In the "require" section of your composer.json file:

Always up to date (bleeding edge, API not guaranteed stable)

"digitick/sepa-xml" : "dev-master"

Specific version, API stability

"digitick/sepa-xml" : "1.1.*"

Documentation

External Resources