summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-01-12 18:50:11 +0100
committerMS <ms@taler.net>2021-01-12 18:50:56 +0100
commit5eec815a29c075ceeaf157c8dd8dbec11efa3e95 (patch)
treed3b987f3d1e1bb10e55a2c3d31e10be7681b8035 /libeufin
parent6a976e745932ade188bca295058abbe965984184 (diff)
downloaddocs-5eec815a29c075ceeaf157c8dd8dbec11efa3e95.tar.gz
docs-5eec815a29c075ceeaf157c8dd8dbec11efa3e95.tar.bz2
docs-5eec815a29c075ceeaf157c8dd8dbec11efa3e95.zip
nexus tells how many fresh-downloaded messages
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/api-nexus.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst
index 2d26a227..e32f3ce8 100644
--- a/libeufin/api-nexus.rst
+++ b/libeufin/api-nexus.rst
@@ -287,6 +287,15 @@ manages payment initiations of the account and tracks the initiations of payment
bankConnection: string;
}
+ **Response:** Tells how many new messages were downloaded from the bank,
+ in the following format:
+
+ .. code-block:: ts
+
+ interface NewMessages {
+ newMessages: number;
+ }
+
.. http:get:: {nexusBase}/bank-accounts/{acctid}/transactions
Shows which transactions are stored locally at nexus.