pepperbay / php-swift-sepa-xml
Creates an XML file for a Single Euro Payments Area (SEPA) Credit Transfer.
Installs: 27 710
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 4
Forks: 3
Open Issues: 0
Requires
- php: >=5.3.2
Requires (Dev)
- phpunit/phpunit: ~4.3|~5.0
README
SEPA and SWIFT file generator for PHP.
Creates XML files for the Single Euro Payments Area (SEPA) or SWIFT 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 (currently only SEPA)
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)
- Societé Générale (tested on direct credit, use pain.001.001.03)
- Spain: CaixaBank
- Spain: SantanderBank
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)
"pepperbay/php-swift-sepa-xml" : "dev-master"
Specific version, API stability
"pepperbay/php-swift-sepa-xml" : "2.0.*"
Documentation
External Resources
- Official ISO20022 Website
- ISO20022 Message Catalog
- ISO 20022 in XMLdation's wiki
- InstdAmt vs. EqvtAmt
- CreditorIdentifier explanation
- SEPA Externded Character Set reference
- ECB SEPA gateway page
- SEPA for Corporates Blog
Special Credits
This package is based on the package php-sepa-xml