Navigation
index
next
|
previous
|
GNU Taler 0.9.0 documentation
»
14. LibEuFin
GNU Taler
Table Of Contents
1. Core Protocol Specification
2. GNU Taler Exchange Operator Manual
3. GNU Taler Exchange Setup Guide
4. GNU Taler Merchant Backend Operator Manual
5. GNU Taler Wallet CLI Manual
6. GNU Taler NFC Guide
7. GNU Taler Merchant API Tutorial
8. GNU Taler Merchant POS Manual
9. GNU Taler Auditor Operator Manual
10. Developer’s Manual
11. GNU Taler Wallet Developer Manual
12. Wallet-Core API Documentation
13. Design Documents
14. LibEuFin
14.1. Conceptual Overview
14.2. The EBICS Bank Transport
14.3. Nexus API
14.4. Sandbox API
14.5. EBICS Implementation Notes
14.6. SEPA Payments
14.7. ISO 20022
14.8. Banking Protocols
14.9. Transaction Identification
14.10. LibEuFin Frontend
14.11. LibEuFin How-To
14.12. Create a local currency (experimental)
14.13. Deploying Taler with libEufin
15. Taler licensing information
16. Man Pages
Index
Docs
14. LibEuFin
14. LibEuFin
¶
LibEuFin is a project providing free software tooling for European FinTech.
14.1. Conceptual Overview
14.1.1. What is LibEuFin
14.1.1.1. LibEuFin Nexus and Sandbox
14.1.2. High-Level Concepts
14.1.2.1. Nexus Users
14.1.2.2. Bank Accounts
14.1.2.3. Bank Connections
14.1.2.4. Facades
14.1.3. Access Control
14.2. The EBICS Bank Transport
14.2.1. Bank Transport Setup
14.3. Nexus API
14.3.1. HTTP API
14.3.1.1. Configuration
14.3.1.2. Authentication
14.3.1.3. User Management
14.3.1.4. Permissions API
14.3.1.5. Test API
14.3.1.6. Bank Accounts
14.3.1.7. Scheduling API
14.3.1.8. Bank Connections
14.3.1.9. Facades
14.3.1.10. Bank Connection Protocols
14.3.1.11. EBICS-specific APIs
14.3.1.12. Anastasis API.
14.3.1.13. The anastasis facade
14.3.1.14. The taler-wire-gateway facade
14.4. Sandbox API
14.4.1. Demobanks
14.4.1.1. Circuit API
14.4.1.1.1. Accounts
14.4.1.1.2. Cashouts
14.4.1.2. Access API
14.4.1.3. Integration API
14.4.1.4. Taler Wire Gateway API
14.4.1.5. EBICS API
14.4.2. Legacy API
14.4.2.1. EBICS Hosts
14.4.2.2. EBICS Subscribers
14.4.2.3. Bank accounts
14.4.2.4. Transactions
14.5. EBICS Implementation Notes
14.5.1. EBICS Glossary
14.5.2. Order Types
14.5.2.1. Relevant Order Types
14.5.2.2. Other Order Types
14.5.3. EBICS Message Format
14.5.4. Order ID Allocation
14.5.5. EBICS Transaction
14.5.6. Formats
14.5.6.1. ISO 20022
14.5.7. SWIFT Proprietary
14.5.8. Key Management
14.5.9. Real-time Transactions
14.5.10. Payment Reversal
14.5.11. Bank Support
14.5.11.1. GLS Bank
14.5.11.2. Sparkasse München
14.5.11.3. HypoVereinsbank
14.5.12. Cryptography
14.5.12.1. XML Signatures
14.5.13. Standards and Resources
14.5.13.1. EBICS
14.5.13.2. DFÜ Agreement
14.5.13.3. EBICS Compendium
14.5.13.4. Others
14.6. SEPA Payments
14.6.1. SEPA Credit Transfer (SCT)
14.6.1.1. Reject vs Return vs Recall
14.7. ISO 20022
14.7.1. How does LibEuFin leverage ISO 20022?
14.7.2. Implementation notes for camt.05x
14.7.2.1. Types of amounts in camt messages
14.7.2.2. LibEuFin schema for account history
14.8. Banking Protocols
14.8.1. Open Financial Exchange (OFX) Direct Connect
14.8.2. Electronic Banking Internet Communication Standard (EBICS)
14.8.3. FinTS / HBCI
14.8.4. PSD2
14.8.5. Bank-Proprietary APIs
14.8.6. Open Bank Project
14.8.7. UK Open Banking
14.9. Transaction Identification
14.9.1. Protocol-specific Details
14.9.1.1. ISO 20022 camt.05X
14.9.1.2. OFX
14.9.2. Problems and Possible Solutions
14.9.3. Others
14.10. LibEuFin Frontend
14.10.1. Introduction
14.10.2. Architecture
14.10.2.1. /actions, /reducers folder
14.10.2.2. /routes folder
14.10.2.3. /components/login
14.10.2.4. /components/navbar
14.10.2.5. /components/footer
14.10.2.6. components/home
14.10.2.7. /components/activity
14.10.2.8. /components/bank-accounts
14.11. LibEuFin How-To
14.11.1. Installing LibEuFin
14.11.1.1. Installation on Debian
14.11.1.2. Administration via SystemD
14.11.1.3. Run-time dependencies
14.11.1.4. Downloading prebuilt binaries
14.11.1.5. Building from source
14.11.1.6. Verifying your installation
14.11.2. Configuring the Sandbox (Optional)
14.11.2.1. Disable registrations (experimental)
14.11.3. Connect Nexus with an EBICS account
14.11.4. Request history of transactions
14.11.5. Make a payment
14.11.6. Automatic scheduling
14.11.7. Restore the backup
14.11.8. Creating a Taler facade
14.11.9. Creating a Anastasis facade
14.11.10. Managing Permissions and Users
14.12. Create a local currency (experimental)
14.12.1. E-mail or SMS TAN setup
14.13. Deploying Taler with libEufin
14.13.1. Deployment on Gv
14.13.2. Withdraw with Taler
14.13.3. Taler Internal deployment
Navigation
index
next
|
previous
|
GNU Taler 0.9.0 documentation
»
14. LibEuFin