gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-docs] branch master updated: Sandbox Access API
Date: Wed, 12 Jan 2022 19:03:11 +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 cba3d96  Sandbox Access API
cba3d96 is described below

commit cba3d9666c9cf50e574370da6f6d79def1c013bc
Author: ms <ms@taler.net>
AuthorDate: Wed Jan 12 19:03:03 2022 +0100

    Sandbox Access API
---
 core/api-bank-access.rst | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst
index c1c39fe..3795387 100644
--- a/core/api-bank-access.rst
+++ b/core/api-bank-access.rst
@@ -30,6 +30,29 @@ to enabling wallets to withdraw with a better user 
experience ("tight integratio
 Accounts and Withdrawals
 ------------------------
 
+.. http:get:: ${BANK_API_BASE_URL}/public-accounts
+
+  Show those accounts whose histories are publicly visible.  For example,
+  accounts from donation receivers.  As such, this request is unauthenticated.
+
+  **Response**
+
+  **Details**
+
+  .. ts:def:: PublicAccountsResponse
+
+    interface PublicAccountsResponse {
+      publicAccounts: PublicAccount[]
+    }
+
+    interface PublicAccount {
+      iban: string;
+      balance: string;
+      // The account name _and_ the username of the
+      // Sandbox customer that owns such a bank account.
+      accountLabel: string; 
+    }
+
 The following endpoints require HTTP "Basic" authentication with the account
 name and account password, at least in the GNU Taler demo bank implementation.
 

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