summaryrefslogtreecommitdiff
path: root/api-exchange.rst
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-20 02:01:49 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-20 02:01:49 +0200
commiteb427eb44c2f8d36604cab327dc7504f89ea37b6 (patch)
tree0e96e8cb0b05719cc09e9b10680efde569d7946e /api-exchange.rst
parente26998615d4a251702bd4ec2576ef19a96f882e0 (diff)
downloaddocs-eb427eb44c2f8d36604cab327dc7504f89ea37b6.tar.gz
docs-eb427eb44c2f8d36604cab327dc7504f89ea37b6.tar.bz2
docs-eb427eb44c2f8d36604cab327dc7504f89ea37b6.zip
introduce refund fee
Diffstat (limited to 'api-exchange.rst')
-rw-r--r--api-exchange.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/api-exchange.rst b/api-exchange.rst
index 668bb49c..4be33728 100644
--- a/api-exchange.rst
+++ b/api-exchange.rst
@@ -118,6 +118,9 @@ possibly by using HTTPS.
// Fee charged by the exchange for refreshing a coin of this denomination
fee_refresh: Amount;
+ // Fee charged by the exchange for refunding a coin of this denomination
+ fee_refund: Amount;
+
// Signature with purpose
// `TALER_SIGNATURE_MASTER_DENOMINATION_KEY_VALIDITY` over the expiration
// dates, value and the key, created with the exchange's master key.
@@ -125,7 +128,7 @@ possibly by using HTTPS.
}
Fees for any of the operations can be zero, but the fields must still be
- present. The currency of the `fee_deposit` and `fee_refresh` must match the
+ present. The currency of the `fee_deposit`, `fee_refresh` and `fee_refund` must match the
currency of the `value`. Theoretically, the `fee_withdraw` could be in a
different currency, but this is not currently supported by the
implementation.