summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <ms@taler.net>2020-05-12 11:10:36 +0200
committerMarcello Stanisci <ms@taler.net>2020-05-12 11:10:36 +0200
commit97f1aa494582afead7cdc534fc245c6bdc2c7ead (patch)
treea63f193c09d8812f02c7982b55b27da8ccd3aa89
parent2a698585f0e1a2450c7bbe504c2b39df00abadab (diff)
downloaddocs-97f1aa494582afead7cdc534fc245c6bdc2c7ead.tar.gz
docs-97f1aa494582afead7cdc534fc245c6bdc2c7ead.tar.bz2
docs-97f1aa494582afead7cdc534fc245c6bdc2c7ead.zip
more structure to point at transports
-rw-r--r--libeufin/api-nexus.rst18
1 files changed, 17 insertions, 1 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 0bd35681..d0658ced 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -96,7 +96,23 @@ Bank Account Management
uuid: string;
// Specify the bank transport to use for the submission.
- transport?: string;
+ transport?: Transport;
+ }
+
+
+ .. ts:def:: Transport
+
+
+ interface Transport {
+
+ // Transport type: 'ebics', 'local', 'fints' (forthcoming).
+ // It must match one of the types actually implemented by
+ // nexus.
+ type: string;
+
+ // A mnemonic identifier given by the user to one particular
+ // transport instance.
+ name: string;
}
:status 404 Not Found: the unique identifier **or**