commit 6e4f50afca4a84b237ce90508acb7d6fa61364a2
parent 2b2699b944ea513bcf85abb391e2a855d8249c0b
Author: Christian Grothoff <christian@grothoff.org>
Date: Sat, 7 Mar 2026 16:30:01 +0100
note APIs where 'Accept:' is supported
Diffstat:
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/core/merchant/get-private-kyc.rst b/core/merchant/get-private-kyc.rst
@@ -10,6 +10,11 @@
**Request:**
+ *Accept*:
+ The client may specify the desired MIME-type for the result.
+ Supported are the usual "application/json", but also
+ "text/plain".
+
:query h_wire=H_WIRE: *Optional*. If specified, the KYC check should
return the KYC status only for this wire account. Otherwise, for all wire accounts.
:query exchange_url=URL: *Optional*. If specified, the KYC check should
diff --git a/core/merchant/get-private-orders.rst b/core/merchant/get-private-orders.rst
@@ -6,6 +6,11 @@
**Request:**
+ *Accept*:
+ The client may specify the desired MIME-type for the result.
+ Supported are the usual "application/json", but also
+ "application/vnd.ms-excel", "text/csv" and "application/pdf".
+
:query paid: *Optional*. If set to yes, only return paid orders, if no only unpaid orders. Do not give (or use "all") to see all orders regardless of payment status.
:query refunded: *Optional*. If set to yes, only return refunded orders, if no only unrefunded orders. Do not give (or use "all") to see all orders regardless of refund status.
:query wired: *Optional*. If set to yes, only return wired orders, if no only orders with missing wire transfers. Do not give (or use "all") to see all orders regardless of wire transfer status.