summaryrefslogtreecommitdiff
path: root/design-documents
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-04-05 16:58:54 +0200
committerFlorian Dold <florian@dold.me>2023-04-05 16:58:54 +0200
commit8582529fba0781c36b5f1b60acbadf1248e4026c (patch)
tree2f58f60920a7df4a5b33c953103e74e2275d4fa6 /design-documents
parentcdb99d1d99c0178564cac3cb0bf2cb99398ccb8c (diff)
downloaddocs-8582529fba0781c36b5f1b60acbadf1248e4026c.tar.gz
docs-8582529fba0781c36b5f1b60acbadf1248e4026c.tar.bz2
docs-8582529fba0781c36b5f1b60acbadf1248e4026c.zip
DD37: fix deposit
Diffstat (limited to 'design-documents')
-rw-r--r--design-documents/037-wallet-transactions-lifecycle.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/design-documents/037-wallet-transactions-lifecycle.rst b/design-documents/037-wallet-transactions-lifecycle.rst
index e4a15591..b086787e 100644
--- a/design-documents/037-wallet-transactions-lifecycle.rst
+++ b/design-documents/037-wallet-transactions-lifecycle.rst
@@ -384,16 +384,21 @@ increased from Y to Z. [Abort] [Continue] + checkbox: [X] Do not ask again."
The wallet deposits coins with the exchange.
* ``[processed-success] => pending(track)``
- * ``[processed-kyc-required] => pending(kyc-required)``
* ``[action:abort] => aborting(refund)``
* ``pending(kyc-required)``
- * ``[poll-success] => pending(initial)``
+ The exchange requires KYC before it can proceed with the withdrawal. Note that
+ we only find this out via the tracking API *after* the deposit has been
+ successfully made.
+
+ * ``[poll-success] => pending(track)``
+ * ``[action:abort] => aborting(refund)``
* ``pending(track)``
* ``[poll-success] => done``
+ * ``[processed-kyc-required] => pending(kyc-required)``
* ``aborting(refund)``