commit e0c75cec4337972aa36ccf8204f789a73b487e70 parent 8027f2d0e1c6260344633eb60261d46691301c48 Author: Christian Grothoff <christian@grothoff.org> Date: Thu, 9 Oct 2025 10:58:19 +0200 remove now impossible HTTP status codes Diffstat:
| M | core/api-merchant.rst | | | 5 | ----- |
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -3594,11 +3594,6 @@ Inspecting orders Returns a `MerchantOrderStatusResponse`, whose format can differ based on the status of the payment. :http:statuscode:`404 Not found`: The order or instance is unknown to the backend. - :http:statuscode:`502 Bad gateway`: - We failed to obtain a response from the exchange (about the wire transfer status). - :http:statuscode:`504 Gateway timeout`: - The merchant's interaction with the exchange took too long. - The client might want to try again later. **Details:**