commit 3f9f0bb6c6b979b68625c8af1d9a3be882e253b6
parent 8a3b86d72cfd274d78a0bef7776774bef74852c7
Author: Jonathan Buchanan <jonathan.russ.buchanan@gmail.com>
Date: Mon, 10 Aug 2020 13:41:01 -0400
add spec for await_refund_obtained in GET /orders/
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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:**