summaryrefslogtreecommitdiff
path: root/libeufin/api-nexus.rst
diff options
context:
space:
mode:
Diffstat (limited to 'libeufin/api-nexus.rst')
-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