summaryrefslogtreecommitdiff
path: root/core/api-bank-access.rst
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-03-07 19:35:44 +0100
committerMS <ms@taler.net>2023-03-07 19:36:31 +0100
commit1e77ff7bea0d42e38261f37847c7707658ce3958 (patch)
tree563df5d64c8ee01d412409110584268fc1f10c8d /core/api-bank-access.rst
parentcf9561ff82ef491a93cdb1127f4ae9e8515ff35f (diff)
downloaddocs-1e77ff7bea0d42e38261f37847c7707658ce3958.tar.gz
docs-1e77ff7bea0d42e38261f37847c7707658ce3958.tar.bz2
docs-1e77ff7bea0d42e38261f37847c7707658ce3958.zip
debit info along the balance
Diffstat (limited to 'core/api-bank-access.rst')
-rw-r--r--core/api-bank-access.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index 0b01a84e..aa12dc5d 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;
}