summaryrefslogtreecommitdiff
path: root/design-documents/041-wallet-balance-amount-definitions.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-03-31 16:42:33 +0200
committerFlorian Dold <florian@dold.me>2023-03-31 16:42:33 +0200
commit9c220ce211c60566b9679a5263ce5aa5a6f4f0fb (patch)
tree60337b82ed378e97fc54a878b7fceb80c68ebe32 /design-documents/041-wallet-balance-amount-definitions.rst
parentdfb06a0ff21368253d8ce50b8da48140b3d96375 (diff)
downloaddocs-9c220ce211c60566b9679a5263ce5aa5a6f4f0fb.tar.gz
docs-9c220ce211c60566b9679a5263ce5aa5a6f4f0fb.tar.bz2
docs-9c220ce211c60566b9679a5263ce5aa5a6f4f0fb.zip
-comment
Diffstat (limited to 'design-documents/041-wallet-balance-amount-definitions.rst')
-rw-r--r--design-documents/041-wallet-balance-amount-definitions.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/design-documents/041-wallet-balance-amount-definitions.rst b/design-documents/041-wallet-balance-amount-definitions.rst
index 3270bf38..a7c1202a 100644
--- a/design-documents/041-wallet-balance-amount-definitions.rst
+++ b/design-documents/041-wallet-balance-amount-definitions.rst
@@ -92,6 +92,9 @@ Example 3:
* Alice is redirected to her banking app where she transfers ``KUDOS:10.10`` to the exchange.
* Her Taler wallet balance will be ``KUDOS:10.10`` after the withdrawal completes.
+Note that on the amount she chooses and the fees / denom structure of the exchange, the ``amountEffective`` might be *higher*
+than the instructed amount.
+
FIXME(dold): That flow does not work if withdrawal starts in the bank. Maybe there needs to be a mechanism
where the wallet tells the bank the adjusted amount that needs to be transferred? That would be a new
feature in the bank integration API.