gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: DD37: fix deposit


From: gnunet
Subject: [taler-docs] branch master updated: DD37: fix deposit
Date: Wed, 05 Apr 2023 16:58:57 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 8582529  DD37: fix deposit
8582529 is described below

commit 8582529fba0781c36b5f1b60acbadf1248e4026c
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Apr 5 16:58:54 2023 +0200

    DD37: fix deposit
---
 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
index e4a1559..b086787 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)``
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]