From bc200a32fba1a8ffa8fec841db38dccd7231edbc Mon Sep 17 00:00:00 2001 From: MS Date: Thu, 2 Sep 2021 09:18:54 +0000 Subject: nexus API --- libeufin/api-nexus.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libeufin/api-nexus.rst b/libeufin/api-nexus.rst index 5aac6d45..83fe5872 100644 --- a/libeufin/api-nexus.rst +++ b/libeufin/api-nexus.rst @@ -375,12 +375,17 @@ manages payment initiations of the account and tracks the initiations of payment bankConnection: string; } - **Response:** Tells how many transactions were never downloaded before: + **Response:** .. code-block:: ts interface NewTransactions { + // How many transactions are new to Nexus. newTransactions: number; + // How many transactions got downloaded by the request. + // Note that a transaction can be downloaded multiple + // times but only counts as new once. + downloadedTransactions: number; } .. http:get:: {nexusBase}/bank-accounts/{acctid}/transactions -- cgit v1.2.3