taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 629a0309d2c44c6d6a7a49793d125ca1399b405e
parent a522114a18dc24b4df1b3de8295e4d8827a25968
Author: Florian Dold <florian.dold@gmail.com>
Date:   Fri,  6 Sep 2019 11:26:16 +0200

add long_poll_ms

Diffstat:
Mcore/api-merchant.rst | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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**