summaryrefslogtreecommitdiff
path: root/libeufin/api-nexus.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libeufin/api-nexus.rst')
-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**