aboutsummaryrefslogtreecommitdiff
path: root/articles/ui/figs/taler-withdraw.pml
diff options
context:
space:
mode:
Diffstat (limited to 'articles/ui/figs/taler-withdraw.pml')
-rw-r--r--articles/ui/figs/taler-withdraw.pml37
1 files changed, 0 insertions, 37 deletions
diff --git a/articles/ui/figs/taler-withdraw.pml b/articles/ui/figs/taler-withdraw.pml
deleted file mode 100644
index 33f5dac0b..000000000
--- a/articles/ui/figs/taler-withdraw.pml
+++ /dev/null
@@ -1,37 +0,0 @@
-@startuml
-autonumber
-
-Actor "Customer Browser" as Customer
-Participant "Bank Site" as Bank
-Participant "Taler Exchange" as Exchange
-
-note over Customer, Bank: HTTPS
-note over Customer, Exchange: HTTPS
-note over Bank, Exchange: wire transfer
-
-title Taler (Withdraw coins)
-
-Customer->Bank: user authentication
-Bank->Customer: send account portal
-
-Customer->Customer: initiate withdrawal (specify amount and exchange)
-
-Customer->Exchange: request coin denomination keys and wire transfer data
-Exchange->Customer: send coin denomination keys and wire transfer data
-
-Customer->Bank: execute withdrawal
-
-opt
-Bank->Customer: request transaction authorization
-Customer->Bank: transaction authorization
-end
-
-Bank->Customer: withdrawal confirmation
-Bank->Exchange: execute wire transfer
-
-
-Customer->Exchange: withdraw request
-Customer<-Exchange: signed blinded coins
-Customer->Customer: unblind coins
-
-@enduml