summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-13 18:46:11 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-13 18:46:11 +0200
commit31ac79afe1dc097419fa7ced2c245f0c56758e66 (patch)
tree4fb664d8828c63153ed3cf7719480072283b46b3 /core
parente756fe2d853c0fabe4e0c108c114059914b73d7d (diff)
downloaddocs-31ac79afe1dc097419fa7ced2c245f0c56758e66.tar.gz
docs-31ac79afe1dc097419fa7ced2c245f0c56758e66.tar.bz2
docs-31ac79afe1dc097419fa7ced2c245f0c56758e66.zip
fix #5957
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst4
1 files changed, 3 insertions, 1 deletions
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.