taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 5eec815a29c075ceeaf157c8dd8dbec11efa3e95
parent 6a976e745932ade188bca295058abbe965984184
Author: MS <ms@taler.net>
Date:   Tue, 12 Jan 2021 18:50:11 +0100

nexus tells how many fresh-downloaded messages

Diffstat:
Mlibeufin/api-nexus.rst | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git 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.