[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: clarify filter
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: clarify filter |
Date: |
Sun, 10 May 2020 19:57:24 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 04b2105 clarify filter
new 4d54ac1 Merge branch 'master' of git+ssh://git.taler.net/docs
04b2105 is described below
commit 04b2105c352a974d4559df3e3372583d1ab59686
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun May 10 19:57:16 2020 +0200
clarify filter
---
core/api-merchant.rst | 21 ++++++++++++++-------
1 file changed, 14 insertions(+), 7 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index db6da6d..d1563da 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1529,21 +1529,28 @@ Tracking Wire Transfers
.. http:get:: /private/transfers
- Obtain a list of all wire transfers the backend has checked.
+ Obtain a list of all wire transfers the backend has checked. Note that when
+ filtering by timestamp (using "before" and/or "after"), we use the time
+ reported by the exchange and thus will ONLY return results for which we
already
+ have a response from the exchange. This should be virtually all transfers,
however
+ it is conceivable that for some transfer the exchange responded with a
temporary
+ error (i.e. HTTP status 500+) and then we do not yet have an execution time
to
+ filter by. Thus, IF timestamp filters are given, transfers for which we have
no
+ response from the exchange yet are automatically excluded.
**Request:**
- :query payto_uri: *Optional*. Filter for transfers to the given bank
account (subject and amount MUST NOT be given in the payto URI)
+ :query payto_uri: *Optional*. Filter for transfers to the given bank account
(subject and amount MUST NOT be given in the payto URI)
- :query before: *Optional*. Filter for transfers executed before the given
timestamp
+ :query before: *Optional*. Filter for transfers executed before the given
timestamp
- :query after: *Optional*. Filter for transfers executed after the given
timestamp
+ :query after: *Optional*. Filter for transfers executed after the given
timestamp
- :query limit: *Optional*. At most return the given number of results.
Negative for descending in execution time, positive for ascending in execution
time.
+ :query limit: *Optional*. At most return the given number of results.
Negative for descending in execution time, positive for ascending in execution
time.
- :query offset: *Optional*. Starting transfer_serial_id for an iteration.
+ :query offset: *Optional*. Starting transfer_serial_id for an iteration.
- :query verified: *Optional*. Filter transfers by verification status.
+ :query verified: *Optional*. Filter transfers by verification status.
**Response:**
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: clarify filter,
gnunet <=