Connecting Legacy Systems

ISO20022 Data Set APIs

Capture data from ERP, SWIFT, Core Banking and wrap it under an ISO20022 data set. In the XDC Protocol, we add the transaction hash from the private network or its corresponding hash on the public network and append it to the supplementary data field in the ISO20022 data set.

Reference Codebase: https://github.com/fairxio/finance-messaging

ERP Connectors

Connect and extract data from the SAP ERP system for applications. The data is then sent between private nodes using XDC Protocol Private (ISO20022).

Reference connector: https://github.com/SAP/node-rfc

Reference open-source ERP: https://github.com/frappe/erpnext

Core Banking Connectors

Capture data from banking systems such as accounts, balances, transactions. This data can be relayed on the XDC Public Network or a private network.

Reference Codebase: https://github.com/OpenBankProject

SWIFT System connectors

Use SWIFT Network as rails by parsing the MT103 messages.

Reference Codebase: https://github.com/danielquinn/mt103

Last updated