commit f43c8c7ab6c43fefb7c9e6342aaed62a08e9f7f8 parent 5fcf0b42809069a46b83c4ab50ce5617f800cd57 Author: Christian Grothoff <christian@grothoff.org> Date: Sun, 7 Dec 2025 14:58:02 +0100 spec for #10637 Diffstat:
| M | core/api-merchant.rst | | | 10 | ++++++++++ |
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst @@ -4016,6 +4016,16 @@ Inspecting orders // we return the amount of the first choice. amount: Amount; + // The total amount of refunds granted by the merchant. + // Includes refunds that the wallet did not yet pick up. + // Since **v24**. + refund_amount: Amount; + + // The amount of refunds the customer's wallet did not yet + // pick up. + // Since **v24**. + pending_refund_amount: Amount; + // The summary of the order. summary: string;