taler-docs

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

commit 31ac79afe1dc097419fa7ced2c245f0c56758e66
parent e756fe2d853c0fabe4e0c108c114059914b73d7d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 13 Jun 2020 18:46:11 +0200

fix #5957

Diffstat:
Mcore/api-merchant.rst | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -650,6 +650,8 @@ Receiving Payments The request must be a `PostOrderRequest`. + :query refund_delay: *Optional*. If set, must be a relative time. The backend will then set the refund deadline to the current time plus the specified delay. + **Response:** :status 200 OK: @@ -1573,7 +1575,7 @@ Tracking Wire Transfers :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. Default is -20. :query offset: *Optional*. Starting transfer_serial_id for an iteration.