commit b044e7a5ffc8f7a0a08e8ab2f16b45141190250d
parent f43c8c7ab6c43fefb7c9e6342aaed62a08e9f7f8
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 7 Dec 2025 14:59:48 +0100
spec for #10637
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
@@ -4018,11 +4018,12 @@ Inspecting orders
// The total amount of refunds granted by the merchant.
// Includes refunds that the wallet did not yet pick up.
+ // Only available if the order was paid.
// Since **v24**.
refund_amount: Amount;
// The amount of refunds the customer's wallet did not yet
- // pick up.
+ // pick up. Only available if the order was paid.
// Since **v24**.
pending_refund_amount: Amount;