gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: Sandbox API.


From: gnunet
Subject: [taler-docs] branch master updated: Sandbox API.
Date: Wed, 03 Nov 2021 11:37:14 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 2c663d8  Sandbox API.
2c663d8 is described below

commit 2c663d8eb790a04bd4d56e0fcb56015f9bf855bf
Author: ms <ms@taler.net>
AuthorDate: Wed Nov 3 11:35:25 2021 +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.
---
 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 b75fcf8..b121b53 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;
       }
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]