taler-docs

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

commit 44eaafee97a69405cb0cf5c3202a6436be4336b6
parent f4189383cd53a999dabaf6d66945699a20431244
Author: Florian Dold <florian@dold.me>
Date:   Fri, 22 Aug 2025 23:18:31 +0200

docs for faking wallet payment transactions

Diffstat:
Mtaler-wallet.rst | 18++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)

diff --git a/taler-wallet.rst b/taler-wallet.rst @@ -609,3 +609,21 @@ Options: Exchange base URL used for the withdrwal. +**Payment Transaction:** + +.. code:: none + + taler://dev-experiment/add-fake-tx?txType=payment&amountEffective=KUDOS:5 + +Options: + +* ``amountEffective``: Mandatory. Effective amount of the withdrawal. +* ``tRel``: Optional (defaults to ``0s``). Relative time that indicates + when in the past the transaction was started (and finished). +* ``exchangeBaseUrl``. Optional (defaults to ``https://exchange.demo.taler.net``). + Exchange base URL used for the payment. +* ``merchantBaseUrl``. Optional (defaults to ``https://backend.demo.taler.net/``). +* ``merchantName``. Optional (defaults to ``Test Merchant``). Display name + of the merchant in the contract terms of the transaction. +* ``summary``. Optional (defaults to ``Test``). Summary in the contract terms of the + transaction.