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