taler-docs

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

api-adapter.rst (1670B)


      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 .. target audience: developer, core developer
     18 
     19 .. _adapter-api:
     20 
     21 =================
     22 Taler Adapter API
     23 =================
     24 
     25 Endpoints for Integrated Sub-APIs
     26 ---------------------------------
     27 
     28 .. http:any:: /taler-wire-gateway/*
     29 
     30   All endpoints under this prefix are specified
     31   by the :doc:`GNU Taler wire gateway API </core/api-bank-wire>`.
     32 
     33   The endpoints are only available if the adapter is configured to serve the Taler Wire Gateway API.
     34 
     35 .. http:any:: /taler-prepared-transfer/*
     36   
     37   All endpoints under this prefix are specified
     38   by the :doc:`GNU Taler prepared transfer API </core/api-bank-transfer>`.
     39 
     40   The endpoints are only available if the adapter is configured to serve the Taler Wire Gateway API.
     41 
     42   
     43 .. http:any:: /taler-revenue/*
     44 
     45   All endpoints under this prefix are specified
     46   by the :doc:`GNU Taler Revenue API </core/api-bank-revenue>`.
     47 
     48   The endpoints are only available if the adapter is configured to serve the Taler Revenue API.