summaryrefslogtreecommitdiff
path: root/core/api-merchant.rst
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-05-11 16:08:24 -0300
committerSebastian <sebasjm@gmail.com>2022-05-11 16:08:24 -0300
commit1cb2e50617248f61db445c2eaa1ba21f1d871a61 (patch)
tree240f9e4e06e2b6175d943f3cfd2738c9a584fa9c /core/api-merchant.rst
parent53b8f8767e8321b4f247594b861d9c4def0fd4c1 (diff)
downloaddocs-1cb2e50617248f61db445c2eaa1ba21f1d871a61.tar.gz
docs-1cb2e50617248f61db445c2eaa1ba21f1d871a61.tar.bz2
docs-1cb2e50617248f61db445c2eaa1ba21f1d871a61.zip
update refund info
Diffstat (limited to 'core/api-merchant.rst')
-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;