From 3f9f0bb6c6b979b68625c8af1d9a3be882e253b6 Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Mon, 10 Aug 2020 13:41:01 -0400 Subject: add spec for await_refund_obtained in GET /orders/ --- core/api-merchant.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'core/api-merchant.rst') diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 07efc86c..381e17bd 100644 --- a/core/api-merchant.rst +++ b/core/api-merchant.rst @@ -1399,6 +1399,7 @@ Payment processing sending the HTTP response. A client must never rely on this behavior, as the merchant backend may return a response immediately. :query refund=AMOUNT: *Optional*. Indicates that we are polling for a refund above the given AMOUNT. Only useful in combination with timeout. + :query await_refund_obtained=BOOLEAN: *Optional*. If set to "yes", poll for the order's pending refunds to be picked up. **Response:** -- cgit v1.2.3