commit 8582529fba0781c36b5f1b60acbadf1248e4026c parent cdb99d1d99c0178564cac3cb0bf2cb99398ccb8c Author: Florian Dold <florian@dold.me> Date: Wed, 5 Apr 2023 16:58:54 +0200 DD37: fix deposit Diffstat:
| M | design-documents/037-wallet-transactions-lifecycle.rst | | | 9 | +++++++-- |
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git 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)``