summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2021-03-25 11:20:38 -0300
committerSebastian <sebasjm@gmail.com>2021-03-25 11:21:21 -0300
commit28fbe12c44cbf02b9839abe1ad98b957b0258db1 (patch)
tree10f916a3ba25695d5224104c5ce7c16e7ad88bfe /core
parent5af47674fa39b81596771b48d66ef32f00e05ce4 (diff)
downloaddocs-28fbe12c44cbf02b9839abe1ad98b957b0258db1.tar.gz
docs-28fbe12c44cbf02b9839abe1ad98b957b0258db1.tar.bz2
docs-28fbe12c44cbf02b9839abe1ad98b957b0258db1.zip
add a more button in order list alternative and specify how is readable format
Diffstat (limited to 'core')
-rw-r--r--core/api-merchant.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 83d3d754..f4aa7f0d 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1686,7 +1686,7 @@ Inspecting orders
:query paid: *Optional*. If set to yes, only return paid orders, if no only unpaid orders. Do not give (or use "all") to see all orders regardless of payment status.
:query refunded: *Optional*. If set to yes, only return refunded orders, if no only unrefunded orders. Do not give (or use "all") to see all orders regardless of refund status.
:query wired: *Optional*. If set to yes, only return wired orders, if no only orders with missing wire transfers. Do not give (or use "all") to see all orders regardless of wire transfer status.
- :query date: *Optional.* Time threshold, see ``delta`` for its interpretation. Defaults to the oldest or most recent entry, depending on ``delta``.
+ :query date: *Optional.* Time threshold in human readable format (yyyy/MM/dd HH:mm:ss), see ``delta`` for its interpretation. Defaults to the oldest or most recent entry, depending on ``delta``.
:query start: *Optional*. Row number threshold, see ``delta`` for its interpretation. Defaults to ``UINT64_MAX``, namely the biggest row id possible in the database.
:query delta: *Optional*. takes value of the form ``N (-N)``, so that at most ``N`` values strictly older (younger) than ``start`` and ``date`` are returned. Defaults to ``-20`` to return the last 20 entries (before ``start`` and/or ``date``).
:query timeout_ms: *Optional*. Timeout in milliseconds to wait for additional orders if the answer would otherwise be negative (long polling). Only useful if delta is positive. Note that the merchant MAY still return a response that contains fewer than ``delta`` orders.