GNU Taler Bank Integration¶
links: AC2 TOC GNU Taler - Index
...as a bank
- Create an escrow bank account for the exchange with EBICS access
- Provision offline signing machine (or account during testing)
- Provision two PostgreSQL databases (for LibEuFin Nexus and exchange)
- Provision user-facing exchange service and secmod processes
- Provision LibEuFin Nexus (connected to escrow account and providing an internal API to the exchange)
-
Test using the “taler-wallet-cli“
-
LibEuFin Nexus: Free software tooling for European FinTech
- EBICS: Electronic Banking Internet Communication Standard
The Taler exchange needs to communicate with the core banking system ...
- to query for transactions into the exchange’s escrow account
- to initiate payments of aggregated Taler deposits to merchants
links: AC2 TOC GNU Taler - Index