commit 2a889111cf080943bd4cac544e1247b4a4f4d429
parent 087521ae8fab8f1bb4b847e09cb961afb9572ddb
Author: Antoine A <>
Date: Tue, 5 Mar 2024 17:47:55 +0100
update corebank API
Diffstat:
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git 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;
}