summaryrefslogtreecommitdiff
path: root/taler-merchant-api-tutorial.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-02-11 19:41:17 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-02-11 19:41:17 -0500
commit6d32d8a1e3fa95cea7af760cd72c4595fa10de97 (patch)
treed28b8a2a07bb6408ce7f5b99e27523d3b6be815c /taler-merchant-api-tutorial.rst
parentd9f891a5e989b8c112367ccf8fcc4aa832a731ea (diff)
downloaddocs-6d32d8a1e3fa95cea7af760cd72c4595fa10de97.tar.gz
docs-6d32d8a1e3fa95cea7af760cd72c4595fa10de97.tar.bz2
docs-6d32d8a1e3fa95cea7af760cd72c4595fa10de97.zip
mark up field names ‘amount’, ‘instance’, ‘justification’, ‘next_url’
Diffstat (limited to 'taler-merchant-api-tutorial.rst')
-rw-r--r--taler-merchant-api-tutorial.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/taler-merchant-api-tutorial.rst b/taler-merchant-api-tutorial.rst
index 675bf9ca..cb6c678c 100644
--- a/taler-merchant-api-tutorial.rst
+++ b/taler-merchant-api-tutorial.rst
@@ -447,15 +447,15 @@ funds available for tipping, query the ``/tip-query`` endpoint:
To authorize a tip, ``POST`` to ``/tip-authorize``. The following fields
are recognized in the JSON request object:
-- amount: Amount that should be given to the visitor as a tip.
+- ``amount``: Amount that should be given to the visitor as a tip.
-- instance: Merchant instance that grants the tip (each instance may
+- ``instance``: Merchant instance that grants the tip (each instance may
have its own independent tipping funds configured).
-- justification: Description of why the tip was granted. Human-readable
+- ``justification``: Description of why the tip was granted. Human-readable
text not exposed to the customer, but used by the Back Office.
-- next_url: The URL that the user’s browser should be redirected to by
+- ``next_url``: The URL that the user’s browser should be redirected to by
the wallet, once the tip has been processed.
The response from the backend contains a ``tip_redirect_url``. The