diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-05-15 17:21:54 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-05-15 17:21:54 +0200 |
commit | c809bf4bee5c944926d6a490edc6d51552ed3f01 (patch) | |
tree | 0f76be7cb5e8ec75203b13e47d243ba2ed875e5f | |
parent | 6b851bd4e1470a91cc9ab66d94ce96aaa64fef08 (diff) | |
parent | 35d99fd9ab06c86bf7685095b0f45f4e379bcd6c (diff) |
Merge branch 'master' of git+ssh://taler.net/var/git/wallet-webex
-rw-r--r-- | articles/ui/figs/cc3ds.pdf | bin | 45194 -> 384189 bytes | |||
-rw-r--r-- | articles/ui/figs/cc3ds.pml | 13 | ||||
-rw-r--r-- | articles/ui/ui.tex | 13 |
3 files changed, 13 insertions, 13 deletions
diff --git a/articles/ui/figs/cc3ds.pdf b/articles/ui/figs/cc3ds.pdf Binary files differindex e8967cee3..ffca04646 100644 --- a/articles/ui/figs/cc3ds.pdf +++ b/articles/ui/figs/cc3ds.pdf diff --git a/articles/ui/figs/cc3ds.pml b/articles/ui/figs/cc3ds.pml index 90fc33008..2a2ba3c17 100644 --- a/articles/ui/figs/cc3ds.pml +++ b/articles/ui/figs/cc3ds.pml @@ -1,7 +1,6 @@ # FROM: https://github.com/w3c/webpayments/tree/gh-pages/PaymentFlows @startuml -!includeurl https://raw.githubusercontent.com/w3c/webpayments/gh-pages/PaymentFlows/skin.ipml Participant "Payee (Merchant) PSP [Acquirer]" as MPSP Participant "Payee (Merchant) [Acceptor] Site " as Payee @@ -26,7 +25,7 @@ Payer->Payer: Select Card Payment Method alt UA->Payer: Form Fill - Note right: fields are PAN & Expiry Date with optional CVV, & Address, Also Card Valid Date and Issue Number are required for some Schemes +' Note right: fields are PAN & Expiry Date with optional CVV, & Address, Also Card Valid Date and Issue Number are required for some Schemes else Payer->Payer: User Fills Form End @@ -34,11 +33,11 @@ End == Card Payment Initiation == Payer->Payee: Payment Initiation -Note right: Custom code on merchant webpage can encrypt payload to reduce PCI burden from SAQ D to SAQ A-EP +' Note right: Custom code on merchant webpage can encrypt payload to reduce PCI burden from SAQ D to SAQ A-EP opt Payee->Payee: Store Card - note right: Merchant can store card details apart from CVV (even if encrypted) for future use (a.k.a. Card on File) +' note right: Merchant can store card details apart from CVV (even if encrypted) for future use (a.k.a. Card on File) end Payee-\MPSP: Authorise @@ -46,12 +45,12 @@ Payee-\MPSP: Authorise == 3DS part of flow == -Note over MPSP, Payee: At this point, the Merchant or Merchant's PSP can decide if it wishes to invoke 3DS. This might be based on transaction value (i.e. low value -> low risk) or other factors, e.g. if the Shopper is a repeat purchaser. +' Note over MPSP, Payee: At this point, the Merchant or Merchant's PSP can decide if it wishes to invoke 3DS. This might be based on transaction value (i.e. low value -> low risk) or other factors, e.g. if the Shopper is a repeat purchaser. MPSP –> CSD: BIN to URL lookup (VAReq message) CSD -> CSD: Lookup URL from BIN CSD –> CPSPW : “PING” - note right: verify URL validity + 'note right: verify URL validity CPSPW –> CSD: “PING” response CSD –> MPSP: URL @@ -82,7 +81,7 @@ Payee->Payer: Result Page Alt Payee -> MPSP : Capture - note right: Later Capture may be called, for example after good shipped or tickets pickedup +'note right: Later Capture may be called, for example after good shipped or tickets pickedup Else MPSP -> MPSP : Auto Capture in batch processing at end-of-day End diff --git a/articles/ui/ui.tex b/articles/ui/ui.tex index 73890c377..68348dc2f 100644 --- a/articles/ui/ui.tex +++ b/articles/ui/ui.tex @@ -1258,6 +1258,13 @@ This work benefits from the financial support of the Brittany Region \label{fig:bitcoin} \end{figure*} +\begin{figure*} +\includegraphics[width=\textwidth]{figs/paypal.pdf} +\caption{Payment processing with Paypal. (From: W3c Web Payments IG.)} +\label{fig:paypal} +\end{figure*} + + % \tinyskip \lstdefinelanguage{JavaScript}{ keywords={typeof, new, true, false, catch, function, return, null, catch, switch, var, if, in, while, do, else, case, break, for}, @@ -1296,12 +1303,6 @@ This work benefits from the financial support of the Brittany Region \end{figure*} -\begin{figure*} -\includegraphics[width=\textwidth]{figs/paypal.pdf} -\caption{Payment processing with Paypal. (From: W3c Web Payments IG.)} -\label{fig:paypal} -\end{figure*} - \end{document} |