taler-docs

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

commit bc200a32fba1a8ffa8fec841db38dccd7231edbc
parent 278fef2dace8cf1ee20911b121821084a667bc41
Author: MS <ms@taler.net>
Date:   Thu,  2 Sep 2021 09:18:54 +0000

nexus API

Diffstat:
Mlibeufin/api-nexus.rst | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

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