#goat-subscription-ios
1 messages · Page 1 of 1 (latest)
Hi there! Just to be clear, are you using the mobile PaymentElement or Stripe Checkout?
Could I ask what the idfference is? I am using the PaymentSheet within iOS
Mobile PaymentElement I believe
We are selling a SaaS subscription
I guess I'm a bit confused since the second code snippet you shared above is for Stripe Checkout. Checkout is used for low-code solutions and will automatically create PaymentIntents for you as part of the payment flow
ah okay gotcha. so for full context here, we have a backend that's shared between web and mobile. We are using Stripe Checkout on web to create subscriptions via Stripe. We are now looking to port that code over to iOS