From 1cb2e50617248f61db445c2eaa1ba21f1d871a61 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 11 May 2022 16:08:24 -0300 Subject: update refund info --- core/api-merchant.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'core/api-merchant.rst') 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; -- cgit v1.2.3