From 629a0309d2c44c6d6a7a49793d125ca1399b405e Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Fri, 6 Sep 2019 11:26:16 +0200 Subject: add long_poll_ms --- core/api-merchant.rst | 3 +++ 1 file changed, 3 insertions(+) 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** -- cgit v1.2.3