summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-05-01 09:21:34 -0300
committerTorsten Grote <t@grobox.de>2020-05-01 09:21:34 -0300
commit05784bf7f83566f06fc2874ddb3089c65a3f9846 (patch)
treefe2f5f1133507ca9a45c66d74b96e1eff441a540
parent86274e64807f70386baea68557b9b8535d5fdf24 (diff)
downloaddocs-05784bf7f83566f06fc2874ddb3089c65a3f9846.tar.gz
docs-05784bf7f83566f06fc2874ddb3089c65a3f9846.tar.bz2
docs-05784bf7f83566f06fc2874ddb3089c65a3f9846.zip
Add minor clarifications for end of wallet withdrawal flow
-rw-r--r--design-documents/004-wallet-withdrawal-flow.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/design-documents/004-wallet-withdrawal-flow.rst b/design-documents/004-wallet-withdrawal-flow.rst
index e448a773..e82564e8 100644
--- a/design-documents/004-wallet-withdrawal-flow.rst
+++ b/design-documents/004-wallet-withdrawal-flow.rst
@@ -72,7 +72,7 @@ The user flow between these screens is described in the following graph:
shape = rect;
];
transactions [
- label = "Transactions";
+ label = "List of\nTransactions";
shape = circle;
];
@@ -102,6 +102,15 @@ before allowing them to confirm the withdrawal.
Some special regional or test currencies might have only a single known exchange.
For those, the wallet should not offer the option to change an exchange.
+After confirming the withdrawal,
+the user is brought to the list of transactions of the current currency.
+It will include a pending `TransactionWithdrawal` which might require additional user confirmation
+such as a two-factor-authentication step with the bank.
+
+If the withdrawal proceeds very quickly,
+the `TransactionWithdrawal` might not show as pending
+and its effective amount is added to the displayed balance right away.
+
Alternatives
============