summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2024-02-10 13:04:12 +0100
committerChristian Grothoff <grothoff@gnunet.org>2024-02-10 13:04:12 +0100
commitd948729fc0356418a8c1773d33870cb1ad2ae5b7 (patch)
tree15913f9f5cc5da53d1b762e62626afa57ede6a94 /core/api-merchant.rst
parent0a83900769669fbfe28f64587d14580a1ea94655 (diff)
downloaddocs-d948729fc0356418a8c1773d33870cb1ad2ae5b7.tar.gz
docs-d948729fc0356418a8c1773d33870cb1ad2ae5b7.tar.bz2
docs-d948729fc0356418a8c1773d33870cb1ad2ae5b7.zip
allow filter also in public endpoint
Diffstat (limited to 'core/api-merchant.rst')
-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 14206c8a..7cd0f0dd 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -412,6 +412,7 @@ Querying payment status
merchant backend may return a response immediately.
:query await_refund_obtained=BOOLEAN: *Optional*. If set to "yes", poll for the order's pending refunds to be picked up. ``timeout_ms`` specifies how long we will wait for the refund.
:query refund=AMOUNT: *Optional*. Indicates that we are polling for a refund above the given AMOUNT. ``timeout_ms`` will specify how long we will wait for the refund.
+ :query allow_refunded_for_repurchase: *Optional*. Since protocol v9 refunded orders are only returned under "already_paid_order_id" if this flag is set explicitly to "YES".
**Response:**