taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 2c663d8eb790a04bd4d56e0fcb56015f9bf855bf
parent 5ddd547b1f299fe1f0ca98630f7a7d1506ac8013
Author: ms <ms@taler.net>
Date:   Wed,  3 Nov 2021 11:35:25 +0100

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.

Diffstat:
Mlibeufin/api-sandbox.rst | 10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git 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; }