#thomas-d
1 messages · Page 1 of 1 (latest)
hi! no.
if you're using PaymentIntents directly, you are doing it because you want to build your own payments page and have more direct control and not use Checkout. If you want the Checkout user interface you can just use Checkout 🙂
i want use paymentIntents for separate authorization and capture from payment to immediately create the payment and only capture funds later
I need to use npm i @stripe/stripe-react-native for create payments page for client ?
And it's secure to not use Checkout ?
don't see why you'd need to use React Native if you're building a website(React Native is for mobile apps)
yep , you can use whatever option you like, Checkout is what recommend usually as it's easy to use
yeah to be clear you don't have to stop using Checkout and start using PaymentIntents just to be able to use capture_method: 'manual', which I think is what you thought
you can pass payment_intent_data:{capture_method: 'manual'} to Checkout to do the same thing
OK it's work perfectly and i see the feature on my stripe dashboard