gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: debit info along the balance


From: gnunet
Subject: [taler-docs] branch master updated: debit info along the balance
Date: Tue, 07 Mar 2023 19:36:35 +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 1e77ff7  debit info along the balance
1e77ff7 is described below

commit 1e77ff7bea0d42e38261f37847c7707658ce3958
Author: MS <ms@taler.net>
AuthorDate: Tue Mar 7 19:35:44 2023 +0100

    debit info along the balance
---
 core/api-bank-access.rst | 4 ++++
 libeufin/api-sandbox.rst | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 0b01a84..aa12dc5 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -78,8 +78,12 @@ name and account password, at least in the GNU Taler demo 
bank implementation.
     interface BankAccountBalanceResponse {
       // Available balance on the account.
       balance: Balance;
+
       // payto://-URI of the account. (New)
       paytoUri: string;
+
+      // Number indicating the max debit allowed for the requesting user.
+      debitThreshold: String;
     }
 
 
diff --git a/libeufin/api-sandbox.rst b/libeufin/api-sandbox.rst
index 05ae3a1..54d60ad 100644
--- a/libeufin/api-sandbox.rst
+++ b/libeufin/api-sandbox.rst
@@ -251,6 +251,9 @@ Accounts
 
         // current balance of the account
         balance: Balance;
+
+        // Number indicating the max debit allowed for the requesting user.
+        debitThreshold: String;
       }
 
    :http:statuscode:`200 OK`:

-- 
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]