commit 0a83900769669fbfe28f64587d14580a1ea94655
parent e5f80467bf6e74eb11447ac5e1c41ef25c67a064
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sat, 10 Feb 2024 11:37:34 +0100
document protocol change for #8353
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -123,7 +123,7 @@ such as the implemented version of the protocol and the currency used.
.. http:get:: /config
Return the protocol version and currency supported by this merchant backend.
- This specification corresponds to ``current`` protocol being version **8**.
+ This specification corresponds to ``current`` protocol being version **9**.
**Response:**
@@ -2129,6 +2129,7 @@ Inspecting orders
:query session_id: *Optional*. Session ID that the payment must be bound to. If not specified, the payment is not session-bound.
:query transfer: *Deprecated in protocol V6*. *Optional*. If set to "YES", try to obtain the wire transfer status for this order from the exchange. Otherwise, the wire transfer status MAY be returned if it is available.
:query timeout_ms: *Optional*. Timeout in milliseconds to wait for a payment if the answer would otherwise be negative (long polling).
+ :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:**