taler-docs

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

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

debit info along the balance

Diffstat:
Mcore/api-bank-access.rst | 4++++
Mlibeufin/api-sandbox.rst | 3+++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git 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 @@ -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`: