From 6d81280d28587e67c3f767e1b35acf03c1c982cd Mon Sep 17 00:00:00 2001 From: mattsaxon Date: Fri, 8 Jan 2016 12:15:30 +0000 Subject: [PATCH] Updated Authentication to read Authorisation --- PaymentFlows/Card/MerchantHosted-CardPayment-CGProposal.pml | 6 +++--- PaymentFlows/Card/MerchantHosted-CardPayment-Current.pml | 4 ++-- .../Card/MerchantHosted-CardPayment-GoogleProposal.pml | 4 ++-- .../Card/MerchantHosted-CardPaymentwith3DS-Current.pml | 4 ++-- .../MerchantHosted-CardPaymentwith3DS-GoogleProposal.pml | 4 ++-- .../MerchantHosted-CardPaymentwithTokenisation-Current.pml | 4 ++-- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/PaymentFlows/Card/MerchantHosted-CardPayment-CGProposal.pml b/PaymentFlows/Card/MerchantHosted-CardPayment-CGProposal.pml index 2bf727e..3da5aef 100644 --- a/PaymentFlows/Card/MerchantHosted-CardPayment-CGProposal.pml +++ b/PaymentFlows/Card/MerchantHosted-CardPayment-CGProposal.pml @@ -15,16 +15,16 @@ Payee->Payer: Basket Page with Pay Button Payer->Payer: Press Pay Payer->UA: Select Payment Instrument -UA-\MPSP: Auth +UA-\MPSP: Authorise Note right Auth goes direct from Browser to Payee's nominated PSP (see https://web-payments.org/specs/source/web-payments-api/#payment-flow-overview 6.1) End note -MPSP-/UA: Auth Response +MPSP-/UA: Authorisation Response -UA->Payee: Auth Response +UA->Payee: Authorisation Response Payee->Payer: Result Page @enduml diff --git a/PaymentFlows/Card/MerchantHosted-CardPayment-Current.pml b/PaymentFlows/Card/MerchantHosted-CardPayment-Current.pml index f89afd2..ff213cf 100644 --- a/PaymentFlows/Card/MerchantHosted-CardPayment-Current.pml +++ b/PaymentFlows/Card/MerchantHosted-CardPayment-Current.pml @@ -33,8 +33,8 @@ opt 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: Authenticate(payload) -MPSP-/Payee: Authentication Result +Payee-\MPSP: Authorise(payload) +MPSP-/Payee: Authorisation Result Payee->Payer: Result Page diff --git a/PaymentFlows/Card/MerchantHosted-CardPayment-GoogleProposal.pml b/PaymentFlows/Card/MerchantHosted-CardPayment-GoogleProposal.pml index f8265a1..9f83247 100644 --- a/PaymentFlows/Card/MerchantHosted-CardPayment-GoogleProposal.pml +++ b/PaymentFlows/Card/MerchantHosted-CardPayment-GoogleProposal.pml @@ -34,8 +34,8 @@ Else Note right: Custom code on merchant webpage can encrypt payload End -Payee-\MPSP: Authenticate(Payment Instrument data) -MPSP-/Payee: Authentication Result +Payee-\MPSP: Authorise(Payment Instrument data) +MPSP-/Payee: Authorisation Result Payee->Payer: Result Page diff --git a/PaymentFlows/Card/MerchantHosted-CardPaymentwith3DS-Current.pml b/PaymentFlows/Card/MerchantHosted-CardPaymentwith3DS-Current.pml index dba31fd..4836975 100644 --- a/PaymentFlows/Card/MerchantHosted-CardPaymentwith3DS-Current.pml +++ b/PaymentFlows/Card/MerchantHosted-CardPaymentwith3DS-Current.pml @@ -33,7 +33,7 @@ opt 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: Authenticate(payload) +Payee-\MPSP: Authorise(payload) Opt MPSP-/Payee: 3DS redirect @@ -46,7 +46,7 @@ Opt Payee-\MPSP: Authentication(3DS token) End -MPSP-/Payee: Authenication Response +MPSP-/Payee: Authorisation Response Payee->Payer: Result Page diff --git a/PaymentFlows/Card/MerchantHosted-CardPaymentwith3DS-GoogleProposal.pml b/PaymentFlows/Card/MerchantHosted-CardPaymentwith3DS-GoogleProposal.pml index 82c6588..b3cadc7 100644 --- a/PaymentFlows/Card/MerchantHosted-CardPaymentwith3DS-GoogleProposal.pml +++ b/PaymentFlows/Card/MerchantHosted-CardPaymentwith3DS-GoogleProposal.pml @@ -33,7 +33,7 @@ Else Note right: Custom code on merchant webpage can encrypt payload End -Payee-\MPSP: Authenticate(Payment Instrument data) +Payee-\MPSP: Authorise(Payment Instrument data) Opt MPSP-/Payee: 3DS redirect @@ -47,7 +47,7 @@ Opt End -MPSP-/Payee: Authentication Result +MPSP-/Payee: Authorisation Result Payee->Payer: Result Page diff --git a/PaymentFlows/Card/MerchantHosted-CardPaymentwithTokenisation-Current.pml b/PaymentFlows/Card/MerchantHosted-CardPaymentwithTokenisation-Current.pml index 9934c9e..99e764c 100644 --- a/PaymentFlows/Card/MerchantHosted-CardPaymentwithTokenisation-Current.pml +++ b/PaymentFlows/Card/MerchantHosted-CardPaymentwithTokenisation-Current.pml @@ -37,11 +37,11 @@ opt note right: Merchant can store tokens for future use (a.k.a. Card on File) end -Payee-\MPSP: Authenticate(Payment Details & Card Token) +Payee-\MPSP: Authorise(Payment Details & Card Token) MPSP->MPSP: Detokenise Card -MPSP-/Payee: Authentication Result +MPSP-/Payee: Authorisation Result Payee->Payer: Result Page