From f565c522f941ef48c4d9e1c66feac747e9be77e6 Mon Sep 17 00:00:00 2001 From: Jeff Burdges Date: Fri, 26 Aug 2016 17:47:41 +0200 Subject: Makefile for PlantUML --- articles/ui/figs/Makefile | 15 +++++++++++++++ articles/ui/figs/cc3ds.svg | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 articles/ui/figs/Makefile (limited to 'articles') diff --git a/articles/ui/figs/Makefile b/articles/ui/figs/Makefile new file mode 100644 index 000000000..bf5ac5261 --- /dev/null +++ b/articles/ui/figs/Makefile @@ -0,0 +1,15 @@ + +plantuml = plantuml + +%.svg : %.pml + $(plantuml) -tsvg $< + +%.pdf : %.pml + $(plantuml) -tpdf $< + +files = taler-pay.pml taler-withdraw.pml \ +cc3ds.pml contract.pml paypal.pml \ +bitcoin.pml + +all : $(files:.pml=.pdf) $(files:.pml=.svg) + diff --git a/articles/ui/figs/cc3ds.svg b/articles/ui/figs/cc3ds.svg index 682276c27..31b11e02f 100644 --- a/articles/ui/figs/cc3ds.svg +++ b/articles/ui/figs/cc3ds.svg @@ -1 +1 @@ -Legacy Merchant Hosted Card Payment with Acquirer Supported 3DS (Current)3DS is used to add confidence that the payer is who they say they are and importantly in the event of a dispute liability shift to the Issuer.Payee (Merchant) PSP [Acquirer]Payee (Merchant) PSP [Acquirer]Payee (Merchant) [Acceptor] SitePayee (Merchant) [Acceptor] SitePayer (Shopper) [Cardholder] BrowserPayer (Shopper) [Cardholder] BrowserBrowser Form FillerBrowser Form FillerCard Scheme DirectoryCard Scheme DirectoryIssuing Bank [Issuer] WebsiteIssuing Bank [Issuer] WebsiteIssuing Bank [Issuer]Issuing Bank [Issuer]HTTPSEstablish Payment Obligation1Present Check-out page with Pay Button2Select Card Payment Methodalt3Form Fillfields are PAN & Expiry Date with optional CVV, & Address, Also Card Valid Date and Issue Number are required for some Schemes4User Fills FormCard Payment Initiation5Payment InitiationCustom code on merchant webpage can encrypt payload to reduce PCI burden from SAQ D to SAQ A-EPopt6Store CardMerchant can store card details apart from CVV (even if encrypted) for future use (a.k.a. Card on File)7Authorise3DS part of flowAt 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.8BIN to URL lookup (VAReq message)9Lookup URL from BIN10“PING”verify URL validity11“PING” response12URL133DS redirect (PAReq message)143DS redirect (PAReq message)153DS invoke163DS challenge173DS response (PARes message)183DS response (PARes message)193DS response (PARes message)203DS response (PARes message)21Verification of PARes signatureEnd of 3DS22Authorisation Request23Authorisation Response24Authorisation ResponseNotification25Result PageRequest for Settlement process (could be immediate, batch (e.g. daily) or after some days)alt26CaptureLater Capture may be called, for example after good shipped or tickets pickedup27Auto Capture in batch processing at end-of-day28CaptureFulfilment29Provide products or services \ No newline at end of file +Legacy Merchant Hosted Card Payment with Acquirer Supported 3DS (Current)3DS is used to add confidence that the payer is who they say they are and importantly in the event of a dispute liability shift to the Issuer.Payee (Merchant) PSP [Acquirer]Payee (Merchant) PSP [Acquirer]Payee (Merchant) [Acceptor] SitePayee (Merchant) [Acceptor] SitePayer (Shopper) [Cardholder] BrowserPayer (Shopper) [Cardholder] BrowserBrowser Form FillerBrowser Form FillerCard Scheme DirectoryCard Scheme DirectoryIssuing Bank [Issuer] WebsiteIssuing Bank [Issuer] WebsiteIssuing Bank [Issuer]Issuing Bank [Issuer]HTTPSEstablish Payment ObligationPresent Check-out page with Pay ButtonSelect Card Payment MethodaltForm FillUser Fills FormCard Payment InitiationPayment InitiationoptStore CardAuthorise3DS part of flowBIN to URL lookup (VAReq message)Lookup URL from BIN“PING”“PING” responseURL3DS redirect (PAReq message)3DS redirect (PAReq message)3DS invoke3DS challenge3DS response (PARes message)3DS response (PARes message)3DS response (PARes message)3DS response (PARes message)Verification of PARes signatureEnd of 3DSAuthorisation RequestAuthorisation ResponseAuthorisation ResponseNotificationResult PageRequest for Settlement process (could be immediate, batch (e.g. daily) or after some days)altCaptureAuto Capture in batch processing at end-of-dayCaptureFulfilmentProvide products or services \ No newline at end of file -- cgit v1.2.3