taler-docs

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

api-bank-transfer.rst (1352B)


      1 ..
      2   This file is part of GNU TALER.
      3   Copyright (C) 2026 Taler Systems SA
      4 
      5   TALER is free software; you can redistribute it and/or modify it under the
      6   terms of the GNU Affero General Public License as published by the Free Software
      7   Foundation; either version 2.1, or (at your option) any later version.
      8 
      9   TALER is distributed in the hope that it will be useful, but WITHOUT ANY
     10   WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     11   A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more details.
     12 
     13   You should have received a copy of the GNU Affero General Public License along with
     14   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
     15 
     16 .. _taler-prepared-transfer-http-api:
     17 
     18 ================================
     19 Taler Prepared Transfer HTTP API
     20 ================================
     21 
     22 This section describes the API offered by Taler wire adapters. The API is
     23 used by clients such as wallets to prepare wire transfers. This allows the use 
     24 of wire-specific subject format or optimized alternating wire transfer flows, 
     25 and enables the use of recurring wire transfers.
     26 
     27 .. include:: bank-transfer/get-config.rst
     28 
     29 -----------------------
     30 Prepared wire transfers
     31 -----------------------
     32 
     33 .. include:: bank-transfer/post-registration.rst
     34 
     35 .. include:: bank-transfer/post-unregistration.rst