summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-07-08 10:49:17 +0200
committerMS <ms@taler.net>2020-07-08 10:49:17 +0200
commit5fb356c455f1bca1368c09389960b9100dde4632 (patch)
tree387ab416a32a2ec5f1213ae1135dd139a68ab021 /libeufin
parent0fc949ee171bb7cb320de5593c59474684f440ea (diff)
downloaddocs-5fb356c455f1bca1368c09389960b9100dde4632.tar.gz
docs-5fb356c455f1bca1368c09389960b9100dde4632.tar.bz2
docs-5fb356c455f1bca1368c09389960b9100dde4632.zip
API that offers the list of initiated payments.
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-nexus.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 666fe1f3..ebb24533 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.