#vm1172
1 messages · Page 1 of 1 (latest)
HI
We're using Stripe Tax, which means for our current Next.js web app, we use Checkout Sessions. Is there any way to continue using Checkout Sessions instead of switching to PaymentIntent?
You can use Stripe Checkout Session, you need to open the Checkout Session from a browser.
Thank you for the quick response. What would the flow look like when a user clicks on the Apple Pay button on a product page then? They would be taken to Stripe Checkout?
We would prefer the 'native' Apple Pay Sheet pops up. How can we get that set up?
In your opinion do stripe devs usually go with the react native SDK or host a web app and then open up a WebView?
The recommended flow is to use the SDK, it's not recommended to use WebView
What would the flow look like when a user clicks on the Apple Pay button on a product page then? They would be taken to Stripe Checkout?
That'll open native UIs, you can do several tests using this offical sample:
https://github.com/stripe/stripe-react-native/tree/master/example