From 31ac79afe1dc097419fa7ced2c245f0c56758e66 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 13 Jun 2020 18:46:11 +0200 Subject: fix #5957 --- core/api-merchant.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 407dd46f..f8858376 100644 --- 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. -- cgit v1.2.3