From d948729fc0356418a8c1773d33870cb1ad2ae5b7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 10 Feb 2024 13:04:12 +0100 Subject: allow filter also in public endpoint --- core/api-merchant.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'core/api-merchant.rst') 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:** -- cgit v1.2.3