From 4089195734651c33bffe7ca5a68f0a7222a2b33e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 20 Apr 2016 02:38:31 +0200 Subject: introduce refund fee --- api-exchange.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'api-exchange.rst') diff --git a/api-exchange.rst b/api-exchange.rst index d3a759da..c9cf525e 100644 --- a/api-exchange.rst +++ b/api-exchange.rst @@ -1127,6 +1127,10 @@ Refunds // must be larger than the refund fee. refund_amount: Amount; + // Refund fee associated with the given coin. + // must be smaller than the refund amount. + refund_fee: Amount; + // SHA-512 hash of the contact of the merchant with the customer. H_contract: HashCode; -- cgit v1.2.3