Navigation
index
next
|
previous
|
GNU Taler 0.9.0 documentation
»
11. LibEuFin
GNU Taler
Table Of Contents
1. Core Protocol Specification
2. GNU Taler User Guide
3. GNU Taler Merchant Backend Operator Manual
4. GNU Taler Merchant API Tutorial
5. GNU Taler Merchant POS Manual
6. GNU Taler Wallet Manual
7. GNU Taler Exchange Operator Manual
8. GNU Taler Challenger Operator Manual
9. GNU Taler Auditor Operator Manual
10. Developer’s Manual
11. LibEuFin
11.1. Conceptual Overview
11.2. The EBICS Bank Transport
11.3. EBICS Implementation Notes
11.4. SEPA Payments
11.5. ISO 20022
11.6. Banking Protocols
11.7. Transaction Identification
11.8. LibEuFin Frontend
11.9. LibEuFin How-To
11.10. Create a local currency (experimental)
11.11. CLI commands for the circuit API
11.12. Deploying Taler with libEufin
12. Design Documents
13. Taler licensing information
14. Man Pages
Index
Docs
11. LibEuFin
11. LibEuFin
¶
LibEuFin is a project providing free software tooling for European FinTech.
11.1. Conceptual Overview
11.1.1. What is LibEuFin
11.1.1.1. LibEuFin Nexus and Sandbox
11.1.2. High-Level Concepts
11.1.2.1. Nexus Users
11.1.2.2. Bank Accounts
11.1.2.3. Bank Connections
11.1.2.4. Facades
11.1.3. Access Control
11.2. The EBICS Bank Transport
11.2.1. Bank Transport Setup
11.3. EBICS Implementation Notes
11.3.1. EBICS Glossary
11.3.2. Order Types
11.3.2.1. Relevant Order Types
11.3.2.2. Other Order Types
11.3.3. EBICS Message Format
11.3.4. Order ID Allocation
11.3.5. EBICS Transaction
11.3.6. Formats
11.3.6.1. ISO 20022
11.3.7. SWIFT Proprietary
11.3.8. Key Management
11.3.9. Real-time Transactions
11.3.10. Payment Reversal
11.3.11. Bank Support
11.3.11.1. GLS Bank
11.3.11.2. Sparkasse München
11.3.11.3. HypoVereinsbank
11.3.12. Cryptography
11.3.12.1. XML Signatures
11.3.13. Standards and Resources
11.3.13.1. EBICS
11.3.13.2. DFÜ Agreement
11.3.13.3. EBICS Compendium
11.3.13.4. Others
11.4. SEPA Payments
11.4.1. SEPA Credit Transfer (SCT)
11.4.1.1. Reject vs Return vs Recall
11.5. ISO 20022
11.5.1. How does LibEuFin leverage ISO 20022?
11.5.2. Implementation notes for camt.05x
11.5.2.1. Types of amounts in camt messages
11.5.2.2. LibEuFin schema for account history
11.6. Banking Protocols
11.6.1. Open Financial Exchange (OFX) Direct Connect
11.6.2. Electronic Banking Internet Communication Standard (EBICS)
11.6.3. FinTS / HBCI
11.6.4. PSD2
11.6.5. Bank-Proprietary APIs
11.6.6. Open Bank Project
11.6.7. UK Open Banking
11.7. Transaction Identification
11.7.1. Protocol-specific Details
11.7.1.1. ISO 20022 camt.05X
11.7.1.2. OFX
11.7.2. Problems and Possible Solutions
11.7.3. Others
11.8. LibEuFin Frontend
11.8.1. Introduction
11.8.2. Architecture
11.8.2.1. /actions, /reducers folder
11.8.2.2. /routes folder
11.8.2.3. /components/login
11.8.2.4. /components/navbar
11.8.2.5. /components/footer
11.8.2.6. components/home
11.8.2.7. /components/activity
11.8.2.8. /components/bank-accounts
11.9. LibEuFin How-To
11.9.1. Installing LibEuFin
11.9.1.1. Installation on Debian
11.9.1.2. Administration via SystemD
11.9.1.3. Run-time dependencies
11.9.1.4. Downloading prebuilt binaries
11.9.1.5. Building from source
11.9.1.6. Verifying your installation
11.9.2. Configuring the Sandbox (Optional)
11.9.2.1. Disable registrations (experimental)
11.9.3. Connect Nexus with the bank.
11.9.3.1. EBICS
11.9.3.2. x-libeufin-bank
11.9.4. Request history of transactions
11.9.5. Make a payment
11.9.6. Automatic scheduling
11.9.7. Restore the backup
11.9.8. Creating a Taler facade
11.9.9. Creating a Anastasis facade
11.9.10. Managing Permissions and Users
11.10. Create a local currency (experimental)
11.10.1. Install and config from sources
11.10.2. Install and config with Docker
11.10.3. If Sandbox is running
11.10.3.1. E-mail or SMS TAN setup
11.11. CLI commands for the circuit API
11.11.1.
circuit-account-info
11.11.2.
circuit-accounts
11.11.3.
circuit-cashout
11.11.4.
circuit-cashout-abort
11.11.5.
circuit-cashout-confirm
11.11.6.
circuit-cashout-details
11.11.7.
circuit-cashouts
11.11.8.
circuit-delete-account
11.11.9.
circuit-password-reconfig
11.11.10.
circuit-reconfig
11.11.11.
circuit-register
11.12. Deploying Taler with libEufin
11.12.1. Deployment on Gv
11.12.2. Withdraw with Taler
11.12.3. Taler Internal deployment
Navigation
index
next
|
previous
|
GNU Taler 0.9.0 documentation
»
11. LibEuFin