A lightweight java toolkit library to work with sepa or related banking tasks to generate SEPA direct debit collector XML files in PAIN format or parse SEPA bank account statement XML files in CAMT format.
| Version | min Java Version | JAXB generation |
|---|---|---|
| 2.0 | 11 | maven plugin |
| 1.1 | 8 | eclipse plugin |
| 1.0 | 8 | eclipse plugin |
| Format | min Version |
|---|---|
| camt.052.001.02 | 1.0 |
| camt.052.001.08 | 1.0 |
| pain.008.003.02 | 1.0 |
| pain.008.001.02 | 1.0 |
| pain.008.001.08 | 1.1 |
- javax dependencies removed for new java 11 (jakarta) versions
- functions that return collections / arrays are renamed to plural form like
getRpt()togetRpts()
In the code folder src/test/resources are some test files for CAMT parsing which are used in the included unit tests.
For test bank account data like IBAN check out this website www.ibanvalidieren.de.