gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-docs] branch master updated: Nexus API.
Date: Thu, 02 Sep 2021 23:22:20 +0200

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 14a8cb1  Nexus API.
14a8cb1 is described below

commit 14a8cb1fc249a68c2e713c2d98011864d0b7cb46
Author: MS <ms@taler.net>
AuthorDate: Thu Sep 2 21:21:44 2021 +0000

    Nexus API.
    
    Including the balance along the basic information of
    bank accounts.
---
 libeufin/api-nexus.rst | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 83fe587..5f3e7a6 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -233,6 +233,23 @@ manages payment initiations of the account and tracks the 
initiations of payment
        ownerName: string;
      }
 
+
+.. http:get:: {nexusBase}/bank-accounts/{my-acct}
+
+   Get basic information about the bank account named ``my-acct``.
+
+   interface BankAccountInfoWithBalance {
+     // ID number of the database row being the default bank connection
+     // of `my-acct`.
+     defaultBankConnection: number;
+     // Payto://-URI of `my-acct`.
+     accountPaytoUri: string;
+     // Balance of `my-acct` as it was downloaded from the bank
+     // along the last Camt document.  A human-readable message
+     // will inform the requester, should this value not be found.
+     lastSeenBalance: string;
+   }
+
 .. http:post:: 
{nexusBase}/bank-accounts/{acctid}/payment-initiations/{pmtid}/submit
 
   Ask nexus to submit one prepare payment at the bank.

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