taler-docs

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

commit 958978fda810ae0c0e9179907401490fbeb7f4f4
parent 9a51571b0f52e2748774e2f8348d6d13f6adc3ae
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed,  8 Mar 2017 03:32:19 +0100

frontend api intro

Diffstat:
Mapi/api-merchant.rst | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/api/api-merchant.rst b/api/api-merchant.rst @@ -32,6 +32,10 @@ The Frontend HTTP API --------------------- + The merchant frontend API described here describes the minimal set of HTTP requests that a web shop + needs to understand in order to support Taler payments. The names `proposal_url`, `pay_url` and `fulfillment_url` + are placeholders for the actual URLs that the merchant frontend uses. + Please refer to the `glossary <https://docs.taler.net/glossary.html>`_ for terms like `order`, `proposal`, `contract`, and others.