summaryrefslogtreecommitdiff
path: root/libeufin/api-sandbox.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libeufin/api-sandbox.rst')
-rw-r--r--libeufin/api-sandbox.rst10
1 files changed, 9 insertions, 1 deletions
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index b75fcf8d..b121b536 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -179,9 +179,14 @@ Subscribers.
// partnerID
partnerID: string;
- // systemID
+ // systemID, optional.
systemID: string;
+ // Label of the bank account to associate with
+ // this subscriber. Note: the demobank name is
+ // omitted because every creation should happen
+ // under the /demobanks trunk.
+ demobankAccountLabel: string;
}
@@ -211,6 +216,9 @@ Subscribers.
// hostID
hostID: string;
+ // Label of the bank account
+ // associated with this Ebics subscriber.
+ demobankAccountLabel: string;
}