From 2c663d8eb790a04bd4d56e0fcb56015f9bf855bf Mon Sep 17 00:00:00 2001 From: ms Date: Wed, 3 Nov 2021 11:35:25 +0100 Subject: 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. --- libeufin/api-sandbox.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3