summaryrefslogtreecommitdiff
path: root/libeufin/api-nexus.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-01-16 01:25:48 +0100
committerMS <ms@taler.net>2021-01-16 01:25:48 +0100
commit0991388a4f55bd04c37886477dcfe1a32960814f (patch)
tree627d83435ad8debecb76bfaba6d037a9ae3b2930 /libeufin/api-nexus.rst
parent6c0385cc801d03c3aba2e2dd65992a971696c673 (diff)
downloaddocs-0991388a4f55bd04c37886477dcfe1a32960814f.tar.gz
docs-0991388a4f55bd04c37886477dcfe1a32960814f.tar.bz2
docs-0991388a4f55bd04c37886477dcfe1a32960814f.zip
rephrasing, align API to code
Diffstat (limited to 'libeufin/api-nexus.rst')
-rw-r--r--libeufin/api-nexus.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 0fd08743..7a36f3e3 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -725,11 +725,6 @@ Facades
// access, the creator must *also* have access to that resource.
creator: string;
- // On which currency this facade operates. Note:
- // ideally, Nexus will provide a global object that
- // holds such information.
- currency: string;
-
// Bank accounts that the facade has read/write
// access to.
bankAccountsRead: string[];
@@ -810,6 +805,8 @@ The ``taler-wire-gateway`` facade has the following configuration:
bankAccount: string;
bankConnection: string;
+ currency: string;
+
// Corresponds to whether we trust C52, C53 or C54 (SEPA ICT)
// for incoming transfers.
reserveTransferLevel: "statement" | "report" | "notification";