taler-docs

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

commit 29d443bd8a2868938d66618539d9ceebb3321d26
parent e217fd4031e12af2ea2b113e588821ea9ffaa7c2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  2 Feb 2026 18:24:03 +0100

document new config option needed to fix #9703

Diffstat:
Mmanpages/frags/exchange-account.rst | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/manpages/frags/exchange-account.rst b/manpages/frags/exchange-account.rst @@ -68,3 +68,12 @@ PASSWORD TOKEN Token for ``bearer`` authentication with the wire gateway. + +CORE_BANK_URL + URL of the core banking service for the given user. Typically of the form + ``https://$HOSTNAME[:$PORT]/accounts/$USERNAME/``. Used to obtain an + access token if ``basic`` is given for the ``WIRE_GATEWAY_AUTH_METHOD``. + Optional, if not given access will be attempted using simply ``basic`` + authentication. However, it should be noted that some taler-wire-gateway + implementations do not allow ``basic`` authentication by policy, so + in those cases the ``CORE_BANK_URL`` must be provided to obtain access.