summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/api-terminal.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/api-terminal.rst b/core/api-terminal.rst
index 33be98a9..91d9b7e6 100644
--- a/core/api-terminal.rst
+++ b/core/api-terminal.rst
@@ -74,6 +74,11 @@ Config
// Terminal provider display name to be used in user interfaces.
provider_name: string;
+ // The currency supported by this Terminal-API
+ // must be the same as the currency specified
+ // in the currency field of the wire gateway config
+ currency: string;
+
// Wire transfer type supported by the terminal.
// FIXME: needed?
wire_type: string;