summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-09-06 11:26:16 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-09-06 11:26:16 +0200
commit629a0309d2c44c6d6a7a49793d125ca1399b405e (patch)
tree1cf91a9d8b3c797c8726b82553223c730c66ec7d /core/api-merchant.rst
parenta522114a18dc24b4df1b3de8295e4d8827a25968 (diff)
downloaddocs-629a0309d2c44c6d6a7a49793d125ca1399b405e.tar.gz
docs-629a0309d2c44c6d6a7a49793d125ca1399b405e.tar.bz2
docs-629a0309d2c44c6d6a7a49793d125ca1399b405e.zip
add long_poll_ms
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 6c60c094..8c693fef 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1087,6 +1087,9 @@ both by the user's browser and their wallet.
**Request**
:query hc: hash of the order's contract terms
+ :query long_poll_ms: *Optional.* If specified, the merchant backend will wait up to ``long_poll_ms`` for completion
+ of the payment before sending the HTTP response. A client must never rely on this behavior, as the merchant backend may
+ return a response immediately.
**Response**