taler-docs

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

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

docs for faking wallet p2p push transactions

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

diff --git a/taler-wallet.rst b/taler-wallet.rst @@ -627,3 +627,35 @@ Options: of the merchant in the contract terms of the transaction. * ``summary``. Optional (defaults to ``Test``). Summary in the contract terms of the transaction. + +**Peer Push Credit Transaction:** + +.. code:: none + + taler://dev-experiment/add-fake-tx?txType=peer-push-credit&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. +* ``summary``. Optional (defaults to ``Test``). Summary in the contract terms of the + transaction. + +**Peer Push Debit Transaction:** + +.. code:: none + + taler://dev-experiment/add-fake-tx?txType=peer-push-debit&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. +* ``summary``. Optional (defaults to ``Test``). Summary in the contract terms of the + transaction.