#thomas-d

1 messages · Page 1 of 1 (latest)

dense scarabBOT
solar wasp
#

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 🙂

amber coral
#

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 ?

solar wasp
#

Checkout supports auth-and-capture too though

solar wasp
solar wasp
amber coral
#

Ok i go try auth-and-capture

#

thank you !

solar wasp
#

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

amber coral
#

OK it's work perfectly and i see the feature on my stripe dashboard