Hi everyone, I’m building a marketplace app for image consultants and users who want their services. The service appointment can take place either in person or online. I am trying to open a Stripe checkout page for the user to pay once they click Book, and then be redirected back to the mobile app upon success.
I’ve set this up in a web app before using Stripe - Create Checkout Session and then when it is successful and the user is redirected, the url sees the parameter success=true and updates the booking to be considered successfully paid for.
I’m not sure if it would be correct to use this same idea for mobile or not, and if it is allowed for online services as well under Apples rules. I believe it is because I am in the US and there was the recent Epic Games vs Apple case where apps such as Spotify are allowed to include links in their apps now which allow users to pay through their website.
I guess my main question is is there a way to set this up in mobile currently? Bubbles planned one-time purchases update would still have the Apple fee applied correct? Are we allowed to link out for any type of purchases now? I would appreciate any guidance as I’m pretty lost on how to go about this payment portion although I have read Apples developer guides.
Thank you!