commit d948729fc0356418a8c1773d33870cb1ad2ae5b7
parent 0a83900769669fbfe28f64587d14580a1ea94655
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sat, 10 Feb 2024 13:04:12 +0100
allow filter also in public endpoint
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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:**