gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-docs] branch master updated: libeufin: sandbox api


From: gnunet
Subject: [GNUnet-SVN] [taler-docs] branch master updated: libeufin: sandbox api
Date: Wed, 25 Sep 2019 16:25:09 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 25bf0d9  libeufin: sandbox api
25bf0d9 is described below

commit 25bf0d9c09713634bed5ccd2d3b673b0525c6e5d
Author: Florian Dold <address@hidden>
AuthorDate: Wed Sep 25 16:25:06 2019 +0200

    libeufin: sandbox api
---
 libeufin/ebics.rst | 34 +++++++++++++++++++++++++++++++---
 libeufin/index.rst |  1 +
 2 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/libeufin/ebics.rst b/libeufin/ebics.rst
index a47b109..a77cf5b 100644
--- a/libeufin/ebics.rst
+++ b/libeufin/ebics.rst
@@ -67,8 +67,28 @@ EBICS Glossary
     Host protocol version 5.  Refers to the XML Schema defined in *EBICS 3.0*.
 
   Host ID
-    Alphanumeric identifier for the EBICS Host, i.e. the financial 
institution's EBICS server.
-    Given to the EBICS client by the financial institution.
+    Alphanumeric identifier for the EBICS Host.  One EBICS server can
+    host multiple banks, and each bank is identified by the Host ID.
+    This concept is similar to Taler's merchant backend instance identifiers.
+
+  Partner ID
+    In German, this is called "Kunden ID" (= Customer ID).
+    One partner can have multiple "participants", which are identified by user 
IDs.
+    
+    Practical example:  A company has one Partner ID.  Each person at the 
company
+    that can access the company's bank accounts gets their own User ID.
+    When the person is indirectly accessing the bank server (for example via
+    a client server application), an additional "System ID" is created for this
+    "technical subscriber".  When there is no technical subscriber, the System 
ID
+    must be the same as the User ID.  Usually the System ID is optional though.
+
+    The ``(partner, user, system)`` triple uniquely identifies a subscriber.
+
+  User ID
+    ??
+
+  System ID
+    ??
 
   ISO 20022
     *ISO 20022: Financial Services - Universal financial industry message 
scheme*.  Rather important
@@ -137,12 +157,20 @@ HIA
 HPB
   Query the three RSA keys of the financial institute.
 
-HP
+HPD
   Host Parameter Data.  Used to query the capabilities of the financial 
institution.
 
 INI
   Transmission of the subscriber keys for bank-technical electronic signatures.
 
+HCS
+  Change keys without having to send a new INI/HIA letter.
+
+SPR
+  Suspend a subscriber.  Used when a key compromise is suspected.
+
+
+
 The following order types are, for now, not relevant for LibEuFin:
 
 H3K
diff --git a/libeufin/index.rst b/libeufin/index.rst
index 8e6472b..816aa54 100644
--- a/libeufin/index.rst
+++ b/libeufin/index.rst
@@ -8,3 +8,4 @@ LibEuFin is a project providing free software tooling for 
European FinTech.
 
   ebics
   architecture
+  api-sandbox

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]