summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-08-10 13:41:01 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2020-08-10 13:41:01 -0400
commit3f9f0bb6c6b979b68625c8af1d9a3be882e253b6 (patch)
tree88090e302f6ac5405e61088dad101675c0a26430
parent8a3b86d72cfd274d78a0bef7776774bef74852c7 (diff)
downloaddocs-3f9f0bb6c6b979b68625c8af1d9a3be882e253b6.tar.gz
docs-3f9f0bb6c6b979b68625c8af1d9a3be882e253b6.tar.bz2
docs-3f9f0bb6c6b979b68625c8af1d9a3be882e253b6.zip
add spec for await_refund_obtained in GET /orders/
-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 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:**