Francisco Posted April 30, 2018 Share Posted April 30, 2018 Hello forum, I am working on some functionality that manages the user (guests by now) and the carts (creation, adding products...) through the API. The next step is handle the payment, but what I would like is to leverage the web version for this (as webviews). The ingredients I have as of now are the ids I get after invoking the API (guest Id, cart Id...) and the API. Is there a way to trigger the webview programmatically with those ingredients? (Get the URL + pertinent set of cookies for instance). Thanks in advance for your time! Francisco Link to comment Share on other sites More sharing options...
Francisco Posted April 30, 2018 Author Share Posted April 30, 2018 I see that Prestashop sends cookies with each request to the API (create guest, create cart...). Can these cookies be used to correlate the activity and get to the checkout in the web browser? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now