diff options
author | Jonathan Buchanan <jonathan.russ.buchanan@gmail.com> | 2020-08-10 13:41:01 -0400 |
---|---|---|
committer | Jonathan Buchanan <jonathan.russ.buchanan@gmail.com> | 2020-08-10 13:41:01 -0400 |
commit | 3f9f0bb6c6b979b68625c8af1d9a3be882e253b6 (patch) | |
tree | 88090e302f6ac5405e61088dad101675c0a26430 /core/api-merchant.rst | |
parent | 8a3b86d72cfd274d78a0bef7776774bef74852c7 (diff) | |
download | docs-3f9f0bb6c6b979b68625c8af1d9a3be882e253b6.tar.gz docs-3f9f0bb6c6b979b68625c8af1d9a3be882e253b6.tar.bz2 docs-3f9f0bb6c6b979b68625c8af1d9a3be882e253b6.zip |
add spec for await_refund_obtained in GET /orders/
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r-- | core/api-merchant.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst index 07efc86..381e17b 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:** |