summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-09-02 09:18:54 +0000
committerMS <ms@taler.net>2021-09-02 09:18:54 +0000
commitbc200a32fba1a8ffa8fec841db38dccd7231edbc (patch)
tree3b0bcbfd138e0ba025ae79797faf9ad78d9c8b53
parent278fef2dace8cf1ee20911b121821084a667bc41 (diff)
downloaddocs-bc200a32fba1a8ffa8fec841db38dccd7231edbc.tar.gz
docs-bc200a32fba1a8ffa8fec841db38dccd7231edbc.tar.bz2
docs-bc200a32fba1a8ffa8fec841db38dccd7231edbc.zip
nexus API
-rw-r--r--libeufin/api-nexus.rst7
1 files changed, 6 insertions, 1 deletions
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