#KSLiquid-Checkout
1 messages · Page 1 of 1 (latest)
I develop a mobile app and would like to use the payment intent to present a payment sheet in the app. So this is not possible?
If you develop mobile, don't you want a PaymentSheet instead?
using our mobile SDKs
CheckoutSession is for web
The complete story: I develop an app AND a webapp. Right now I use the paymentSheet with the mobile SDKs. However, this does not work for web. Therefore I wanted to switch to the checkout api and thought I could archive both with that
No, you should go with PaymentSheet in mobile and Checkout in web
Oh okay
They are fundamentally different flow. Checkout is a 100% Stripe hosted page, so likely you open a webview and let it render and that's it. And I think it's not a great UX in compare to PaymentSheet
in mobile
I see, so I need to implement both. Thanks!