gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: API that offers the list of initiate


From: gnunet
Subject: [taler-docs] branch master updated: API that offers the list of initiated payments.
Date: Wed, 08 Jul 2020 10:49:40 +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 5fb356c  API that offers the list of initiated payments.
5fb356c is described below

commit 5fb356c455f1bca1368c09389960b9100dde4632
Author: MS <ms@taler.net>
AuthorDate: Wed Jul 8 10:49:17 2020 +0200

    API that offers the list of initiated payments.
---
 libeufin/api-nexus.rst | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 666fe1f..ebb2453 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -138,6 +138,23 @@ manages payment initiations of the account and tracks the 
of payment initiations
         preparationDate: string;
       }
 
+.. http:get:: {nexusBase}/bank-accounts/{my-acct}/payment-initiations
+
+  Ask nexus the list of initiated payments.  At this stage of the API,
+  **all** is returned: submitted and non submitted payments.
+
+  **Response**
+
+  .. ts:def:: InitiatedPayments
+
+     interface InitiatedPayments {
+       
+       // list of all the initiated payments' UID.
+       initiatedPayments: string[];
+     
+     }
+
+
 .. http:post:: {nexusBase}/bank-accounts/{my-acct}/payment-initiations
   
   Ask nexus to prepare instructions for a new payment.

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