User Tools

Site Tools


separatista_library

Currently supported documents

The Separatista C++ library currently supports these SEPA document types:

  • CAMT:053:001:02 BankToCustomerStatementV02
  • PAIN:001:001:03 CustomerCreditTransferInitiationV03
  • PAIN:008:001:02 CustomerDirectDebitInitiationV02

Adding custom documents

Support for other SEPA documents should be easy to add to the library. You add the XML schema to the schema directory in the Separatista root folder. Include it in the windows resource definition file (win32/Separatista/Separatista.rc) and XSLT transform the XSD schema into a seperate .cpp and .h file using the corresponding XML stylesheets found in the stylesheet folder. Then the new document type has to be registered in the DocumentRegistry class: View Github source

separatista_library.txt · Last modified: 2017/12/31 13:20 by okkel