summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-10-18 08:50:19 +0200
committerMS <ms@taler.net>2023-10-18 08:50:19 +0200
commit7b75d09335c11d9defc15d59fb516053f45f4aa8 (patch)
tree1c096ff1ac477c9b6ee8720b2749b42f87b28aea /design-documents
parentbf9fbd4a5d0421019dd0453475d96f1d5cab9a18 (diff)
downloaddocs-7b75d09335c11d9defc15d59fb516053f45f4aa8.tar.gz
docs-7b75d09335c11d9defc15d59fb516053f45f4aa8.tar.bz2
docs-7b75d09335c11d9defc15d59fb516053f45f4aa8.zip
format
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/050-libeufin-nexus.rst28
1 files changed, 13 insertions, 15 deletions
diff --git a/design-documents/050-libeufin-nexus.rst b/design-documents/050-libeufin-nexus.rst
index b3c5039a..ed5f466b 100644
--- a/design-documents/050-libeufin-nexus.rst
+++ b/design-documents/050-libeufin-nexus.rst
@@ -293,18 +293,16 @@ Discussion / Q&A
================
(This should be filled in with results from discussions on mailing lists / personal communication.)
-From private discussion: bouncing goes inside nexus-fetch as
-it saves one database event, makes the HTTPd simpler, and lets
-the bouncing happen even when no HTTPd runs.
---
-Implementation suggested that --force-keys-resubmission affects both keys.
---
-Sign-up PDF is ever only generated if both keys have the "submitted" state.
---
-What is 'override option for re-submission of private keys?'.
---force-keys-submission already re-submits the keys but it does not
-override them. If the user wants new keys, they can easily remove
-the keys file on disk. That makes the CLI shorter.
---
-If bank does not give HTD (information about one EBICS subscriber's bank
-account), then the bank account metadata file gets what *the config* suggests.
+* From private discussion: bouncing goes inside nexus-fetch as
+ it saves one database event, makes the HTTPd simpler, and lets
+ the bouncing happen even when no HTTPd runs.
+
+* Sign-up PDF is ever only generated if *both* INI & HIA have the "submitted" state.
+
+* What is 'override option for re-submission of private keys?'.
+ --force-keys-submission already re-submits the keys but it does not
+ override them. If the user wants new keys, they can easily remove
+ the keys file on disk. That makes the CLI shorter.
+
+* Implementation sticks to the IBAN found in the configuration, **if** the bank
+ does not show any IBAN related to the EBICS subscriber.