From 5eec815a29c075ceeaf157c8dd8dbec11efa3e95 Mon Sep 17 00:00:00 2001 From: MS Date: Tue, 12 Jan 2021 18:50:11 +0100 Subject: nexus tells how many fresh-downloaded messages --- libeufin/api-nexus.rst | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libeufin') 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. -- cgit v1.2.3