taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 1cb2e50617248f61db445c2eaa1ba21f1d871a61
parent 53b8f8767e8321b4f247594b861d9c4def0fd4c1
Author: Sebastian <sebasjm@gmail.com>
Date:   Wed, 11 May 2022 16:08:24 -0300

update refund info

Diffstat:
Mcore/api-merchant.rst | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git 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;