gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: spec withdrawal transaction


From: gnunet
Subject: [taler-docs] branch master updated: spec withdrawal transaction
Date: Thu, 16 Feb 2023 21:52:38 +0100

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 5c13648  spec withdrawal transaction
5c13648 is described below

commit 5c1364894e127812c7ae37f6f6a5677e759aa41f
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Feb 16 21:52:32 2023 +0100

    spec withdrawal transaction
---
 .../037-wallet-transactions-lifecycle.rst          | 31 +++++++++++++++++++++-
 1 file changed, 30 insertions(+), 1 deletion(-)

diff --git a/design-documents/037-wallet-transactions-lifecycle.rst 
b/design-documents/037-wallet-transactions-lifecycle.rst
index b882c13..6a31819 100644
--- a/design-documents/037-wallet-transactions-lifecycle.rst
+++ b/design-documents/037-wallet-transactions-lifecycle.rst
@@ -92,7 +92,36 @@ or starts the necessary steps to actively abort the 
transaction (e.g. to avoid l
 Transaction Type: Withdrawal
 ----------------------------
 
-TBD.
+* ``pending(bank-register-reserve)``
+
+  Initial state for bank-integrated withdrawals.
+
+  * ``[processing-success] => pending(bank-confirming)``
+  * ``[processing-error(bank-aborted)] => aborted(bank)``
+
+* ``pending(bank-confirming)``
+
+  * ``[poll-success] => pending(exchange-wait-reserve)``
+
+* ``pending(exchange-wait-reserve)``
+
+  Initial state for manual withdrawals.
+
+  * ``[poll-success] => pending(withdrawing-coins)``
+
+* ``pending(withdrawing-coins)``
+
+  * ``[processing-success] => done``
+  * ``[processing-kyc-required] => kyc-required``
+
+* ``kyc-required``
+
+  * ``[poll-success] => pending(withdrawing-coins)``
+
+* ``aborted(bank)``: The bank notified the wallet that the withdrawal
+  was aborted on the side of the bank and won't proceed.
+
+* ``done``
 
 Transaction Type: Payment to Merchant
 -------------------------------------

-- 
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]