aboutsummaryrefslogtreecommitdiff
path: root/articles/ui/figs/taler-pay.pml
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-03 13:32:20 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-03 13:33:34 +0530
commitb56fedc0aefefb86fa8fe82135e219f4e2fddb6c (patch)
treeee237487128c09afff5fe7fa459e8d194b084ce2 /articles/ui/figs/taler-pay.pml
parent16bf55622a2813a98e53e3a7311d201f1a46d71a (diff)
cleanup
Diffstat (limited to 'articles/ui/figs/taler-pay.pml')
-rw-r--r--articles/ui/figs/taler-pay.pml47
1 files changed, 0 insertions, 47 deletions
diff --git a/articles/ui/figs/taler-pay.pml b/articles/ui/figs/taler-pay.pml
deleted file mode 100644
index 93b21f856..000000000
--- a/articles/ui/figs/taler-pay.pml
+++ /dev/null
@@ -1,47 +0,0 @@
-@startuml
-autonumber
-
-Actor "Payer (Shopper) Browser" as Payer
-Participant "Payee (Merchant) Site" as Payee
-Participant "Taler Exchange" as Exchange
-
-note over Payer, Payee: Tor/HTTPS
-note over Payee, Exchange: HTTP/HTTPS
-
-title Taler (Payment)
-
-== Request Offer ==
-
-Payer->Payee: Choose goods by navigating to offer URL
-
-Payee->Payer: Send signed digital contract proposal
-
-opt
-Payer->Payer: Select Taler payment method (skippable with auto-detection)
-end
-
-== Execute Payment ==
-
-opt
-Payer->Payer: Affirm contract
-end
-
-Payer->Payee: Navigate to fulfillment URL
-
-Payee->Payer: Send hash of digital contract and payment information
-
-Payer->Payee: Send payment
-
-Payee->Exchange: Forward payment
-
-Exchange->Payee: Confirm payment
-
-Payee->Payer: Confirm payment
-
-== Fulfilment ==
-
-Payer->Payee: Reload fulfillment URL for delivery
-
-Payee->Payer: Provide product resource
-
-@enduml