#oinowe - PaymentSheet Styles
1 messages · Page 1 of 1 (latest)
Hello! That screenshot looks like it's from Stripe Checkout, not the PaymentSheet? Is that correct?
Yeah, that's from this page, which is about Stripe Checkout (our hosted payment page), not the PaymentSheet: https://stripe.com/payments/checkout
Correct!, that screen is from stripe checkout
so, can I integrate Stripe checkout fully native in iOS?
I'm not sure I understand your question. Stripe Checkout is a Stripe-hosted web page. You can open it in a web view in your app, for example.
Correct, we don't wanna use a web-view, we want to use the native SDK only
If you want your payment experience to look like that screenshot you'll either need to use Stripe Checkout or build a native UI that mimics that experience.
Got it!, so our best option would be to build the UI through your SDK
Yes, we have a guide here I would recommend: https://stripe.com/docs/payments/accept-a-payment?platform=ios&ui=payment-sheet
Those screenshots toward the top show what it looks like:
It's similar, but not exactly the same as Checkout.
But it is a native UI.
Great!, that's what we are looking for!, will check the guide, thanks 😄
Happy to help!