summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)``