summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine A <>2024-03-05 17:47:55 +0100
committerAntoine A <>2024-03-05 17:47:55 +0100
commit2a889111cf080943bd4cac544e1247b4a4f4d429 (patch)
tree8c877430adf59bb2314412c9d6b97abf1f15e614
parent087521ae8fab8f1bb4b847e09cb961afb9572ddb (diff)
downloaddocs-2a889111cf080943bd4cac544e1247b4a4f4d429.tar.gz
docs-2a889111cf080943bd4cac544e1247b4a4f4d429.tar.bz2
docs-2a889111cf080943bd4cac544e1247b4a4f4d429.zip
update corebank API
-rw-r--r--core/api-corebank.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/core/api-corebank.rst b/core/api-corebank.rst
index fa137a22..c3f835ad 100644
--- a/core/api-corebank.rst
+++ b/core/api-corebank.rst
@@ -83,6 +83,11 @@ Config
// The format is "current:revision:age".
version: string;
+ // Bank display name to be used in user interfaces.
+ // For consistency use "Taler Bank" if missing.
+ // @since v4, will become mandatory in the next version.
+ bank_name?: string;
+
// If 'true' the server provides local currency conversion support
// If 'false' some parts of the API are not supported and return 501
allow_conversion: boolean;
@@ -117,7 +122,7 @@ Config
// Wire transfer type supported by the bank.
// Default to 'iban' is missing
- // @since v4, may become mandatory in the future.
+ // @since v4, will become mandatory in the next version.
wire_type?: string;
}
@@ -384,7 +389,7 @@ Account Management
is_taler_exchange: boolean;
// Opaque unique ID used for pagination.
- // @since v4, will become mandatory in the future.
+ // @since v4, will become mandatory in the next version.
row_id?: Integer;
}
@@ -457,7 +462,7 @@ Account Management
is_taler_exchange: boolean;
// Opaque unique ID used for pagination.
- // @since v4, will become mandatory in the future.
+ // @since v4, will become mandatory in the next version.
row_id?: Integer;
}