summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-11-03 11:35:25 +0100
committerms <ms@taler.net>2021-11-03 11:35:25 +0100
commit2c663d8eb790a04bd4d56e0fcb56015f9bf855bf (patch)
tree6f39eac83bdaeeac17a9316998f1d8b69449cb0f
parent5ddd547b1f299fe1f0ca98630f7a7d1506ac8013 (diff)
downloaddocs-2c663d8eb790a04bd4d56e0fcb56015f9bf855bf.tar.gz
docs-2c663d8eb790a04bd4d56e0fcb56015f9bf855bf.tar.bz2
docs-2c663d8eb790a04bd4d56e0fcb56015f9bf855bf.zip
Sandbox API.
Allow Ebics subscriber creation by giving only the bank account label in the request. This allows to first create a bank account, and create a subscriber at a later moment and if needed.
-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;
}