summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2023-04-26 09:02:12 +0200
committerMS <ms@taler.net>2023-04-26 09:02:12 +0200
commit493c38e2f7522da54e9e9ced88f8e5d68d77378d (patch)
treea7bd5e8d100231294b078361c67c6574d8fdd3fb
parentc62873501deddef5c6d6e460386317f828bb5db6 (diff)
downloaddocs-493c38e2f7522da54e9e9ced88f8e5d68d77378d.tar.gz
docs-493c38e2f7522da54e9e9ced88f8e5d68d77378d.tar.bz2
docs-493c38e2f7522da54e9e9ced88f8e5d68d77378d.zip
endpoint for #7822
-rw-r--r--libeufin/api-nexus.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index b2377a0b..1141e2e7 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -239,6 +239,12 @@ tracks the initiations of payments.
lastSeenBalance: string;
}
+.. http:post:: {nexusBase}/bank-accounts/{acctid}/submit-all-payment-initiations
+
+ Asks nexus to submit all the prepared initiations that weren't
+ already submitted.
+
+
.. http:post:: {nexusBase}/bank-accounts/{acctid}/payment-initiations/{pmtid}/submit
Asks nexus to submit one prepare payment at the bank.