A Java library to manage file format for banking interchange such as CFBON120, CFONB160, SEPA iso/20022 ...
CFONB are French legacy files formats for banking interchange, made by the CFONB (Comité français d'organisation et de normalisation bancaires). The specifications of CFONB files can be found on the CFONB website.
Today France is supporting one single domestic credit transfer: the "Virement", which is supported by the format CFONB160 (fixed file of 160 characters).
In addition to using a new format, migrating to SEPA needs some tools. Bankio is here to help you is this way.
- CFONB120 (almost done)
- CFONB160 (in progress)
- Customer Credit Transfer pain.001.001 (in study)
- Bank To Customer Debit Credit Notification camt.054.001 (in study)
- Customer Direct Debit Initiation pain.008.001 (in study)
BeanCfonb120 b = BeanReaderCfonb.getBeanCfonb120FromFile(new File("myPath"));
BeanReaderCfonb myBean ....
BeanWriterCfonb.setBeanCfonb120ToFile(myBean);