Hmm, but when I look at checkoutCompleteWithTokenizedPaymentV3, I do see two payment types that are not mobile-specific: “VAULT” and “SHOPIFY_PAY”. That implies we should be able to use this Storefront API mutation in order to implement a custom checkout page and send the relevant data to Shopify, is that not correct? I am specifically looking to let Stripe handle my checkout flow rather than Shopify, since we have other products (e.g. subscriptions, money exchanges) that rely on our existing Stripe instance. Therefore we’d like to re-use the existing infrastructure for the shopping experience as well, rather than showing a completely different checkout just for the shop (through Shopify). Can you advice?
2 Likes