Changes for page Payment Session
Last modified by Asbjørn Ulsberg on 2018/07/05 12:48
From version 86.1
edited by Asbjørn Ulsberg
on 2018/06/05 13:26
on 2018/06/05 13:26
To version 87.1
edited by Asbjørn Ulsberg
on 2018/07/05 12:48
on 2018/07/05 12:48
Change comment: Renamed back-links.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,6 @@ 1 1 An implementer must first perform a {{code}}POST{{/code}} to this resource to initate the payment with an HTTP POST from your backend with payment info and your access token. The response from the POST will contain a payment session URL. Persist the {{code}}paymentSessionUrl{{/code}} alongside the data representing the initial POST, be it a shopping cart, an order, or similar. 2 2 3 -The {{code}}paymentSessionUrl{{/code}} returned from the {{code}}POST{{/code}} is the base URL to request all other resources related to the [[Payment>> Main.ecommerce.payex-checkout-v1.Introduction.Payment.WebHome]].3 +The {{code}}paymentSessionUrl{{/code}} returned from the {{code}}POST{{/code}} is the base URL to request all other resources related to the [[Payment>>Sandbox.payex-checkout-v1.Introduction.Payment.WebHome]]. 4 4 5 5 6 6 == Create Payment Session ==