Hello everyone,
Below is the payment checkout flow for shopify.
Flow:
-
User clicks checkout
-
shopify calls 3rd party checkout API
-
3rd party checkout API returns redirect URL
-
User is redirected to payment page.
But instead of completing, user clicks go back to shopify.
Now when user clicks checkout, it does not call the 3rd party checkout API anymore.
It just goes straight to the redirect payment page.
Is there a way to force shopify to always call the checkout API on the checkout button?