commit 9b5c60a587fcb74bb3f951f5c89bab1d49ab45ce parent ba98ee169548b9abea881b24251537998cd75f90 Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 11 Nov 2025 12:45:04 +0100 clarify for #10576 Diffstat:
| M | core/api-merchant.rst | | | 9 | +++++---- |
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -3963,7 +3963,8 @@ Inspecting orders // Set to true if a refund is still available for the wallet for this payment. pending: boolean; - // When was the refund approved. + // When was the refund approved with a POST to + // [/instances/$INSTANCE]/private/orders/$ORDER_ID/refund timestamp: Timestamp; // Total amount that was refunded (minus a refund fee). @@ -4096,9 +4097,9 @@ the contract!) to minimize risks from information leakage. .. _merchant_refund: --------------- -Giving Refunds --------------- +----------------- +Approving Refunds +----------------- .. http:post:: [/instances/$INSTANCE]/private/orders/$ORDER_ID/refund