taler-docs

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

api-bank-account-directory.rst (1376B)


      1 ..
      2   This file is part of GNU TALER.
      3 
      4   Copyright (C) 2026 Taler Systems SA
      5 
      6   TALER is free software; you can redistribute it and/or modify it under the
      7   terms of the GNU Affero General Public License as published by the Free Software
      8   Foundation; either version 2.1, or (at your option) any later version.
      9 
     10   TALER is distributed in the hope that it will be useful, but WITHOUT ANY
     11   WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
     12   A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more details.
     13 
     14   You should have received a copy of the GNU Affero General Public License along with
     15   TALER; see the file COPYING.  If not, see <http://www.gnu.org/licenses/>
     16 
     17 ===========================
     18 Taler Account Directory API
     19 ===========================
     20 
     21 This chapter describes the account discovery API that wallets or other clients can use to help the user find their payto URI.
     22 
     23 ---------------
     24 Version History
     25 ---------------
     26 
     27 The current protocol version is **v1**.
     28 
     29 * Nothing depends on the bank account directory API at this point.
     30 
     31 **Version history:**
     32 
     33 * ``v1``: Initial version.
     34 
     35 **Upcoming versions:**
     36 
     37 * None anticipated.
     38 
     39 **Ideas for future version:**
     40 
     41 * ``vXXX``: marker for features not yet targeted for release
     42 
     43 
     44 .. include:: bank-account-directory/get-config.rst
     45 
     46 .. include:: bank-account-directory/get-search.rst