commit 3cd3969c20abe0d5cd0a31d5dbf4b3807fd93f64
parent 65bffa85789339148b7e23e470f8c37267a10a91
Author: Joel Häberli <haebu@rubigen.ch>
Date: Sat, 8 Jun 2024 09:48:10 +0200
docs: add withdrawal_fees field to Terminals API config specification
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/core/api-terminal.rst b/core/api-terminal.rst
@@ -79,6 +79,11 @@ Config
// in the currency field of the wire gateway config
currency: string;
+ // The withdrawal fees which of this Terminals API endpoint.
+ // If the Exchange chooses to charge no fees, then just configure
+ // the zero amount.
+ withdrawal_fees: Amount;
+
// Wire transfer type supported by the terminal.
// FIXME: needed?
wire_type: string;