commit a4a1a6bbe41ec446825b18fe4888275bdff9d414
parent 68f2a0f1049bf57c2ec125d71220633e87d9dafb
Author: ms <ms@taler.net>
Date: Sun, 19 Mar 2023 10:58:33 +0100
making formulation more abstract
Diffstat:
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
@@ -743,13 +743,11 @@ Bank connections connect the local Nexus bank account to the bank.
a new one will be created, and it will have ``connId`` as the
default bank connection.
- If an existing local bank account with the same ID already exists,
- this call fails if ``offeredAccountId`` and ``nexusBankAccountId``
- have different IBANs. Note: for each local bank account, Nexus only
- uses its default connection and this call does NOT change the default
- connection of the existing local bank account; in this case, it merely
+ If an existing local bank account whose ID equals ``nexusBankAccountId``
+ already exists, this call fails if ``offeredAccountId`` and ``nexusBankAccountId``
+ have different IBANs. If instead the IBAN is the same, this call merely
associates ``offeredAccountId`` to ``nexusBankAccountId`` internally
- in the database.
+ in the database without changing ``nexusBankAccountId`` default connection.
.. ts:def:: ImportBankAccount