aboutsummaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2024-02-10 11:37:34 +0100
committerChristian Grothoff <grothoff@gnunet.org>2024-02-10 11:38:36 +0100
commit0a83900769669fbfe28f64587d14580a1ea94655 (patch)
tree1d51ab596d877bd78baad400a1377e0c35c81836 /core/api-merchant.rst
parente5f80467bf6e74eb11447ac5e1c41ef25c67a064 (diff)
downloaddocs-0a83900769669fbfe28f64587d14580a1ea94655.tar.gz
docs-0a83900769669fbfe28f64587d14580a1ea94655.tar.bz2
docs-0a83900769669fbfe28f64587d14580a1ea94655.zip
document protocol change for #8353
Diffstat (limited to 'core/api-merchant.rst')
-rw-r--r--core/api-merchant.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 24773c47..14206c8a 100644
--- 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:**