commit 2bd9fd051384d842a5215c93feaa69ec12ffe1b2 parent 59cd3450714361b392662118e2a29df92c472b09 Author: Christian Grothoff <christian@grothoff.org> Date: Sat, 15 Apr 2023 22:32:35 +0200 document long-polling API for tip pickup notification Diffstat:
| M | core/api-merchant.rst | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -2921,7 +2921,12 @@ Checking tip status **Request:** - :query pickups: If set to "yes", returns also information about all of the pickups. + :query pickups: *Optional*. If set to "yes", returns also information about all of the pickups. + :query min_amount: *Optional*. Minimum pick-up amount the client is interested in. + :query timeout_ms=NUMBER: *Optional.* If specified, the merchant backend will + wait up to ``timeout_ms`` milliseconds for tips of at least min_pick_up to be + picked up. A client must never rely on this behavior, as the + merchant backend may return a response immediately. **Response:**