Changes for page Vipps direct API
Last modified by Asbjørn Ulsberg on 2019/07/11 15:00
From version 80.4
edited by Fredrik Köhler
on 2018/10/04 16:57
on 2018/10/04 16:57
To version 80.5
edited by Fredrik Köhler
on 2018/10/15 14:10
on 2018/10/15 14:10
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -27,9 +27,11 @@ 27 27 ==== Type of authorization (Intent). ==== 28 28 29 29 * **Authorization (two-phase)**: The intent of a Vipps purchase is always ##Authorization##. The amount will be reserved but not charged. You will later (i.e. if a physical product, when you are ready to ship the purchased products) have to make a [[Capture>>https://developer.payex.com/xwiki/wiki/developer/view/Main/ecommerce/technical-reference/vipps-payments/#HCaptures]] or [[Cancel>>https://developer.payex.com/xwiki/wiki/developer/view/Main/ecommerce/technical-reference/vipps-payments/#HCancellations]] request. 30 -* **Callback from PayEx:** Whenever changes to the payment occur a [[Callback request>>https://developer.payex.com/xwiki/wiki/developer/view/Main/ecommerce/technical-reference/vipps-payments/#HCallback]] will be posted to the callbackUrl, generated when the payment was created. 31 -* **Abort:** It is possible to [[abort a payment>>https://developer.payex.com/xwiki/wiki/developer/view/Main/ecommerce/technical-reference/vipps-payments/#HAbort]] if the payment has no successful transactions. 32 32 31 +==== General ==== 32 + 33 +* **Defining CallbackURL**: When implementing all scenarios, it is required that you set a CallbackURL in the POST request. PayEx will send a postback request to this URL when the consumer has fulfilled the payment. [[See the Callback API description here.>>url:https://developer.payex.com/xwiki/wiki/developer/view/Main/ecommerce/technical-reference/#HCallback]] 34 + 33 33 == Payment flow == 34 34 35 35 The sequence diagram below shows the two requests you have to send to PayEx to make a purchase. The links will take you directly to the API description for the specific request. ... ... @@ -123,9 +123,10 @@ 123 123 124 124 == Options after posting a payment == 125 125 126 -* Bepreparedto [[receiveacallback fromPayEx>>doc:Main.ecommerce.technical-reference.vipps-payments.WebHome||anchor="HCallback"]].128 +* **Abort:** It is possible to [[abort a payment>>https://developer.payex.com/xwiki/wiki/developer/view/Main/ecommerce/technical-reference/vipps-payments/#HAbort]] if the payment has no successful transactions. 127 127 * Vipps only support two-phase transactions (##Authorize##), which mean that you must implement the Capture and Cancel requests. 128 128 * For reversals, you will need to implement the Reversal request. 131 +* **Callback from PayEx:** Whenever changes to the payment occur a [[Callback request>>https://developer.payex.com/xwiki/wiki/developer/view/Main/ecommerce/technical-reference/vipps-payments/#HCallback]] will be posted to the callbackUrl, generated when the payment was created. 129 129 130 130 === Capture Sequence === 131 131