summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-merchant.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index b2b207ee..801da3d9 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -381,6 +381,9 @@ Querying payment status
// Amount that was refunded in total.
refund_amount: Amount;
+
+ // Amount that already taken by the wallet.
+ refund_taken: Amount;
}
.. ts:def:: StatusGotoResponse
@@ -1994,6 +1997,9 @@ Inspecting orders
// Reason given for the refund.
reason: string;
+ // Set to true if a refund is still available for the wallet for this payment.
+ pending: boolean;
+
// When was the refund approved.
timestamp: Timestamp;