taler-docs

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

commit 7ab712d49ccadf3d8d0695e9a4deb68f1136634a
parent b93b0b34ffaae3e30d13b0a134b7b2d958d97288
Author: Christian Grothoff <christian@grothoff.org>
Date:   Fri, 10 Apr 2020 23:19:59 +0200

specify long polling for refunds (#5985)

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

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