#Amazing Parent from Brown Sea
1 messages · Page 1 of 1 (latest)
Checkout is just a redirect to a URL yes
Ok, so the flow will'be something like, i make a post api call, i get the checkout url and link it on the button. When the user clicks got redirect to stripe checkout, makes the payment and i will be redirected to the success page, after everything is already done trought m2 plugin?
Yep, that's how Checkout works. We recommend relying on webhook async for fulfilment purposes, as opposed to using the success_url
Awesome, thanks so much, it's seem easier!
np, let me know if you have other Qs