summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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