Changes for page PayEx Checkout v1
Last modified by Trieu Tran on 2019/12/04 14:11
From version 18.1
edited by Asbjørn Ulsberg
on 2018/01/26 15:05
on 2018/01/26 15:05
To version 19.1
edited by Asbjørn Ulsberg
on 2018/01/26 15:50
on 2018/01/26 15:50
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -56,11 +56,11 @@ 56 56 MerchantWebPage->MerchantWebServer: Load web page 57 57 Activate MerchantWebServer 58 58 ==[[https://wiki.payex.com/xwiki/wiki/developer/view/Main/ECommerce/PayEx%20Checkout/#HStep1:Createpaymentsession step 1: create payment session ]]== 59 -MerchantWebServer->PayEx: GET [[https://wiki.payex.com/xwiki/wiki/e xternal/view/ecommerce/PayEx%20Checkout/Home/ <checkout baseUrl>]]59 +MerchantWebServer->PayEx: GET [[https://wiki.payex.com/xwiki/wiki/developer/view/Main/ECommerce/PayEx%20Checkout/Testdata/#HUsefulURLs <checkout baseUrl>]] 60 60 Activate PayEx 61 61 note left: First API request 62 62 MerchantWebServer<--PayEx: Response: {paymentSessionUrl} 63 -MerchantWebServer->PayEx: POST [[https:// developer.payex.com/xwiki/wiki/external/view/ecommerce/PayEx%20Checkout/Payment-session/ <checkout paymentSessionUrl> $accessToken]]63 +MerchantWebServer->PayEx: POST [[https://wiki.payex.com/xwiki/wiki/developer/view/Main/ECommerce/PayEx%20Checkout/Introduction/Payment-session/ <checkout paymentSessionUrl> $accessToken]] 64 64 note left: Second API request 65 65 PayEx-->MerchantWebServer: {paymentSessionUrl} 66 66 Deactivate PayEx ... ... @@ -99,12 +99,12 @@ 99 99 ==[[https://wiki.payex.com/xwiki/wiki/developer/view/Main/ECommerce/PayEx%20Checkout/#HStep4:Getpaymentstatus step 4: get payment status]]== 100 100 MerchantWebServer<-MerchantWebServer: Get {paymentSessionUrl} from storage 101 101 102 -MerchantWebServer->PayEx: GET [[https:// developer.payex.com/xwiki/wiki/external/view/ecommerce/PayEx%20Checkout/Payment-session/#HRetrievePaymentSession <paymentSessionUrl> $merchantToken]]102 +MerchantWebServer->PayEx: GET [[https://wiki.payex.com/xwiki/wiki/developer/view/Main/ECommerce/PayEx%20Checkout/Introduction/Payment-session/ <paymentSessionUrl> $merchantToken]] 103 103 note left: Third API request 104 104 Activate PayEx 105 105 PayEx-->MerchantWebServer: Respons paymentSession Object 106 106 107 -MerchantWebServer->PayEx: GET [[https:// developer.payex.com/xwiki/wiki/external/view/ecommerce/PayEx%20Checkout/Payment/ <paymentUrl> $merchantToken]]107 +MerchantWebServer->PayEx: GET [[https://wiki.payex.com/xwiki/wiki/developer/view/Main/ECommerce/PayEx%20Checkout/Introduction/Payment/ <paymentUrl> $merchantToken]] 108 108 note left: Fourth API request 109 109 MerchantWebServer<--PayEx: Response paymentStatus Object 110 110 Deactivate PayEx ... ... @@ -122,7 +122,7 @@ 122 122 123 123 MerchantWebServer->MerchantWebServer: Complete order 124 124 Activate MerchantWebServer 125 -MerchantWebServer->PayEx: POST [[https://wiki.payex.com/xwiki/wiki/e xternal/view/ecommerce/PayEx%20Checkout/Payment/#HCapture <CaptureUrl> $merchantToken]]125 +MerchantWebServer->PayEx: POST [[https://wiki.payex.com/xwiki/wiki/developer/view/Main/ECommerce/PayEx%20Checkout/Introduction/Payment/#HCapture <CaptureUrl> $merchantToken]] 126 126 Activate PayEx 127 127 note left: Fifth API request 128 128 PayEx-->MerchantWebServer: Capture response