taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit dae8e91d38aaf31b538d0f9c9d0a47806269a96c
parent 145acc50746afba5bcc235fd5fb097ca482223d7
Author: Antoine A <>
Date:   Fri,  5 Apr 2024 12:43:58 +0200

Update corebank API

Diffstat:
Mcore/api-corebank.rst | 5+++++
Mmanpages/libeufin-bank.conf.5.rst | 3+++
2 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/core/api-corebank.rst b/core/api-corebank.rst @@ -88,6 +88,11 @@ Config // @since v4, will become mandatory in the next version. bank_name?: string; + // Advertised base URL to use when you sharing an URL with another + // program. + // @since v4. + base_url?: 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; diff --git a/manpages/libeufin-bank.conf.5.rst b/manpages/libeufin-bank.conf.5.rst @@ -47,6 +47,9 @@ X_TALER_BANK_PAYTO_HOSTNAME NAME Bank display name, used in webui and TAN messages. Default to ``Taler Bank`` if not specified. +BASE_URL + The advertised base URL + DEFAULT_DEBT_LIMIT Default debt limit for newly created accounts. Defaults to ``CURRENCY:0`` if not specified.