summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-04-10 23:19:59 +0200
committerChristian Grothoff <christian@grothoff.org>2020-04-10 23:19:59 +0200
commit7ab712d49ccadf3d8d0695e9a4deb68f1136634a (patch)
tree9837c387193f00e52302d9f65ad4e8dd70c49ddc
parentb93b0b34ffaae3e30d13b0a134b7b2d958d97288 (diff)
downloaddocs-7ab712d49ccadf3d8d0695e9a4deb68f1136634a.tar.gz
docs-7ab712d49ccadf3d8d0695e9a4deb68f1136634a.tar.bz2
docs-7ab712d49ccadf3d8d0695e9a4deb68f1136634a.zip
specify long polling for refunds (#5985)
-rw-r--r--core/api-merchant.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 80d3b4f6..002b37be 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1297,6 +1297,7 @@ both by the user's browser and their wallet.
:query h_contract: hash of the contract (used to authenticate customer)
:query session_id: *Optional*. Session ID that the payment must be bound to. If not specified, the payment is not session-bound.
:query timeout: *Optional*. Timeout in seconds to wait for a payment if the answer would otherwise be negative (long polling).
+ :query refund=AMOUNT: *Optional*. Indicates that we are polling for a refund above the given AMOUNT. Only useful in combination with timeout.
**Response:**