taler-docs

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

commit 208417836ec964b308e8c840b024bc6286ebc19a
parent eaf2f99a019f2f2c2605b7eca226dfb162d14bc4
Author: Antoine A <>
Date:   Tue, 31 Mar 2026 11:47:45 +0200

common: fixes

Diffstat:
Mcore/api-bank-transfer.rst | 2+-
Mcore/api-overview.rst | 6+++---
Mdesign-documents/080-short-wire-subject.rst | 6+++---
3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/core/api-bank-transfer.rst b/core/api-bank-transfer.rst @@ -13,7 +13,7 @@ You should have received a copy of the GNU Affero General Public License along with TALER; see the file COPYING. If not, see <http://www.gnu.org/licenses/> -.. _taler-wire-transfer-gateway-http-api: +.. _taler-prepared-transfer-http-api: ================================ Taler Prepared Transfer HTTP API diff --git a/core/api-overview.rst b/core/api-overview.rst @@ -1,6 +1,6 @@ .. This file is part of GNU TALER. - Copyright (C) 2014-2023 Taler Systems SA + Copyright (C) 2014-2023, 2026 Taler Systems SA TALER is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software @@ -84,7 +84,7 @@ Overview * :doc:`Docs <api-bank-wire>` -.. rubric:: Taler Wire Transfer Gateway API +.. rubric:: Taler Prepared Transfer API * **Summary**: Allows Taler clients to prepared wire transfers, enabling recurring wire transfers and optimized transfer flow. @@ -92,7 +92,7 @@ Overview * **Consumers**: Taler Wallet -* :doc:`Docs <api-bank-wire-transfer>` +* :doc:`Docs <api-bank-transfer>` .. rubric:: Taler Bank Revenue API diff --git a/design-documents/080-short-wire-subject.rst b/design-documents/080-short-wire-subject.rst @@ -161,10 +161,10 @@ Auditor By running the subject derivation logic itself and using the new authorization public key and signature fields in the wire gateway API, the auditor can match corresponding transfers. -Taler Wire Transfer HTTP API ----------------------------- +Taler Prepared Transfer HTTP API +--------------------------------- -See the :ref:`Taler Wire Transfer <taler-wire-transfer-gateway-http-api>` documentation. +See the :ref:`Taler Prepared Transfer <taler-prepared-transfer-http-api>` documentation. Test Plan =========