gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-docs] 05/05: libeufin: ebics/nots


From: gnunet
Subject: [GNUnet-SVN] [taler-docs] 05/05: libeufin: ebics/nots
Date: Fri, 27 Sep 2019 00:55:13 +0200

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

dold pushed a commit to branch master
in repository docs.

commit 8bfd85f7c50ffad565e8111891eb61a47cc6f969
Author: Florian Dold <address@hidden>
AuthorDate: Fri Sep 27 00:54:37 2019 +0200

    libeufin: ebics/nots
---
 libeufin/api-sandbox.rst |   9 +-
 libeufin/ebics.rst       | 212 ++++++++++++++++++++++++++++++++---------------
 2 files changed, 154 insertions(+), 67 deletions(-)

diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index c020ccc..df0be59 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -51,14 +51,15 @@ HTTP API
 
   Get information about a customer.
 
-  
-  .. code-block:: tsref
+  .. ts:def:: CustomerInfo
 
     interface CustomerInfo {
       ebicsInfo?: CustomerEbicsInfo;
       finTsInfo?: CustomerFinTsInfo;
     }
 
+  .. ts:def:: CustomerEbicsInfo
+
     interface CustomerEbicsInfo {
       ebicsHostId: string;
       ebicsParterId: string;
@@ -68,6 +69,10 @@ HTTP API
       subscriberInitializationState: "NEW" | "PARTIALLY_INITIALIZED_INI" | 
"PARTIALLY_INITIALIZED_HIA" | "READY" | "INITIALIZED";
     }
 
+  .. ts:def:: CustomerFinTsInfo
+    
+    // TODO
+
 .. http:post:: /admin/customers/:id/ebics/keyletter
 
   Accept the information from the customer's ("virtual") INI-Letter and 
HIA-Letter
diff --git a/libeufin/ebics.rst b/libeufin/ebics.rst
index a92e4df..ebc6b8e 100644
--- a/libeufin/ebics.rst
+++ b/libeufin/ebics.rst
@@ -122,7 +122,7 @@ EBICS Glossary
 
   UNIFI
     UNIversal Financial Industry message scheme.  Sometimes used to refer to
-    :tern:`ISO 20022`.
+    :term:`ISO 20022`.
 
   Segmentation
     EBICS implements its own protocol-level segmentation of business-related 
messages.
@@ -166,92 +166,123 @@ bank-technical order types.  This convention isn't 
always followed consistently
 Relevant Order Types
 --------------------
 
-BTD
-  **Only EBICS3.0+**. Business Transaction Format Download.
-  Administrative order type to download a file, described in more detail by 
the BTF structure
+.. ebics:orders::
 
-BTU
-  **Only EBICS3.0+**. Business Transaction Format Upload.
-  Administrative order type to upload a file, described in more detail by the 
BTF structure
+  BTD
+    **Only EBICS3.0+**. Business Transaction Format Download.
+    Administrative order type to download a file, described in more detail by 
the BTF structure
 
-C52
-  **Before EBICS 3.0**.  Download bank-to-customer account report.
+  BTU
+    **Only EBICS3.0+**. Business Transaction Format Upload.
+    Administrative order type to upload a file, described in more detail by 
the BTF structure
 
-C53
-  **Before EBICS 3.0**.  Download bank-to-customer statement report.
+  C52
+    **Before EBICS 3.0**.  Download bank-to-customer account report (intra-day 
information).
 
-FUL
-  **Before EBICS 3.0, France**.  File Upload.  Mainly used by France-style 
EBICS.
+  C53
+    **Before EBICS 3.0**.  Download bank-to-customer statement report (prior 
day bank statement).
 
-FDL
-  **Before EBICS 3.0, France**.  File Download.  Mainly used by France-style 
EBICS.
+  CRZ
+    Type: Download.
 
-HIA
-  Transmission of the subscriber keys for (1) identification and 
authentication and (2)
-  encryption within the framework of subscriber initialisation.
+    Fetch payment status report (pain.002)
 
-HPB
-  Query the three RSA keys of the financial institute.
+  FUL
+    **Before EBICS 3.0, France**.  File Upload.  Mainly used by France-style 
EBICS.
 
-HPD
-  Host Parameter Data.  Used to query the capabilities of the financial 
institution.
+  FDL
+    **Before EBICS 3.0, France**.  File Download.  Mainly used by France-style 
EBICS.
 
-INI
-  Transmission of the subscriber keys for bank-technical electronic signatures.
+  HIA
+    Transmission of the subscriber keys for (1) identification and 
authentication and (2)
+    encryption within the framework of subscriber initialisation.
 
-HAC
-  Customer acknowledgement.  Allows downloading a detailed "log" of the 
activities
-  done via EBICS, in the pain.002 XML format.
+  HPB
+    Query the three RSA keys of the financial institute.
 
-HCS
-  Change keys without having to send a new INI/HIA letter.
+  HPD
+    Host Parameter Data.  Used to query the capabilities of the financial 
institution.
 
-SPR
-  Suspend a subscriber.  Used when a key compromise is suspected.
+  INI
+    Transmission of the subscriber keys for bank-technical electronic 
signatures.
 
-HCS
-  Change the subscribers keys (``K_SIG``, ``K_IA`` and ``K_ENC``).
+  HAC
+    Customer acknowledgement.  Allows downloading a detailed "log" of the 
activities
+    done via EBICS, in the pain.002 XML format.
+
+  HCS
+    Change keys without having to send a new INI/HIA letter.
+
+  SPR
+    Suspend a subscriber.  Used when a key compromise is suspected.
+
+  HCS
+    Change the subscribers keys (``K_SIG``, ``K_IA`` and ``K_ENC``).
 
 Other Order Types
 -----------------
 
 The following order types are, for now, not relevant for LibEuFin:
 
-H3K
-  Send all three RSA key pairs for initialization at once, accompanied
-  by a CA certificate for the keys.  This is (as far as we know) used in 
France,
-  but not used by any German banks.  When initializing a subscriber with H3K,
-  no INI and HIA letters are required.
 
-HVE
-  Host Verification of Electronic Signature.  Used to submit an electronic 
signature separately
-  from a previously uploaded order.
+.. ebics:orders::
+
+  AZV
+    Type: Upload.
+
+    From German "Auslandszahlungsverkehr".  Used to submit
+    cross-border payments in a legacy format.
+
+  CDZ
+    Type: Download.
+
+    Download payment status report for direct debit.
+
+  H3K
+    Type: Upload.
+
+    Send all three RSA key pairs for initialization at once, accompanied
+    by a CA certificate for the keys.  This is (as far as we know) used in 
France,
+    but not used by any German banks.  When initializing a subscriber with H3K,
+    no INI and HIA letters are required.
 
-HVD
-  Retrieve VEU state.
+  HVE
+    Type: Download.
 
-HVU
-  Retrieve VEU overview.
+    Host Verification of Electronic Signature.  Used to submit an electronic 
signature separately
+    from a previously uploaded order.
 
-HVS
-  Cancel Previous Order (from German "Storno").  Used to submit an electronic 
signature separately
-  from a previously uploaded order.
+  HVD
+    Retrieve VEU state.
 
-HSA
-  Order to migrate from FTAM to EBICS.  **Removed in EBICS 3.0**.
+  HVU
+    Retrieve VEU overview.
 
-PUB
-  Change of the bank-technical key (``K_SIG``).
-  Superseeded by HSA.
+  HVS
+    Cancel Previous Order (from German "Storno").  Used to submit an 
electronic signature separately
+    from a previously uploaded order.
 
-HCA
-  Change the identification and authentication key as well as the encryption 
key (``K_IA`` and ``K_ENC``).
-  Superseeded by HCS.
+  HSA
+    Order to migrate from FTAM to EBICS.  **Removed in EBICS 3.0**.
 
-PTK
-  Download a human-readable protocol of operations done via EBICS.
-  Mandatory for German banks.  Superseeded by the machine-readable
-  HAC order type.
+  PUB
+    Type: Upload.
+
+    Change of the bank-technical key (``K_SIG``).
+    Superseeded by HSA.
+
+  HCA
+    Type: Upload.
+
+    Change the identification and authentication key as well as the encryption 
key (``K_IA`` and ``K_ENC``).
+    Superseeded by HCS.
+
+  PTK
+    Type: Download.
+
+    Download a human-readable protocol of operations done via EBICS.
+    Mandatory for German banks.  Superseeded by the machine-readable
+    HAC order type.
 
 
 
@@ -262,6 +293,15 @@ ISO 20022
 ---------
 
 ISO 20022 is XML-based and defines message format for many finance-related 
activities.
+
+ISO 20022 messages are identified by a message identifier in the following 
format:
+
+  <business area> . <message identifier> . <variant> . <version>
+
+Some financial instututions (such as the Deutsche Kreditwirtschaft) may 
decided to use
+a subset of elements/attributes in a message, this is what the ``<variant>`` 
part is for.
+"Standard" ISO20022 have variant ``001``.
+
 The most important message types for LibEuFin are:
 
 camt - Cash Management
@@ -270,6 +310,22 @@ camt - Cash Management
 pain - Payment Initiation
   Particularly pain.001 (CustomerCreditTransferInitiation) to initiate a 
payment and
   pain.002 (CustomerPaymentStatus) to get the status of a payment.
+
+
+SWIFT Proprietary
+=================
+
+SWIFT Proprietary messages are in a custom textual format.
+The relevant messages are MT940 and MT942
+
+* MT940 contains *pre-advice*, in the sense that transactions in it might still
+  change or be reversed
+* MT942 contains the settled transactions by the end of the day
+
+SWIFT will eventually transition from MT messages to ISO20022,
+but some banks might still only give us account statements in the old
+SWIFT format.
+
   
 
 Key Management
@@ -288,13 +344,35 @@ One subscriber *may* use three different key pairs for 
these purposes.
 The identification and authentication key pair may be the same as the 
encryption key pair.
 The bank-technical key pair may not be used for any other purpose..
 
-MT940 vs MT942
-==============
 
-* MT942 contains *pre-advice*, in the sense that transactions in it might 
still change
-  or be reversed
-* M942 contains the settled transactions by the end of the day
+Real-time Transactions
+======================
+
+
+Bank Support
+============
+
+All German banks that are part of the Deutsche Kreditwirtschaft *must* support 
EBICS.
+
+The exact subset of EBICS order types must be agreed on contractually by the 
bank and customer.
+The following subsections list the message types that we know are supported by 
particular banks.
+
+GLS Bank
+--------
+
+According to publicly available `forms
+<https://www.gls-laden.de/media/pdf/f1/c6/f2/nderungsauftrag.pdf>`_, GLS Bank
+supports the following order types:
+
+ * :ebics:order:`PTK`
+ * :ebics:order:`CDZ`
+ * ... and mandatory administrative messages
+
+
+HypoVereinsbank
+---------------
 
+See `this document 
<https://www.hypovereinsbank.de/content/dam/hypovereinsbank/shared/pdf/Auftragsarten_Internet_Nov2018_181118.pdf>`_.
 
 Standards and Resources
 =======================
@@ -330,6 +408,10 @@ EBICS Compendium
 The `EBICS Compendium 
<https://www.ppi.de/en/payments/ebics/ebics-compendium/>`_ has some additional 
info on EBICS.
 It is published by a company that sells a proprietary EBICS server 
implementation.
 
+Others
+------
 
+* `<https://wiki.windata.de/index.php?title=EBICS-Auftragsarten>`_
+* `<https://www.gls-laden.de/media/pdf/f1/c6/f2/nderungsauftrag.pdf>`_
 
 

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



reply via email to

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