#KSLiquid-Checkout

1 messages · Page 1 of 1 (latest)

wintry galleon
#

Only after the customer paid for it, it will create and confirm a PaymentIntent

royal wedge
#

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?

wintry galleon
#

If you develop mobile, don't you want a PaymentSheet instead?

#

using our mobile SDKs

#

CheckoutSession is for web

royal wedge
#

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

wintry galleon
#

No, you should go with PaymentSheet in mobile and Checkout in web

royal wedge
#

Oh okay

wintry galleon
#

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

royal wedge
#

I see, so I need to implement both. Thanks!