summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
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.