#tomh0027

1 messages · Page 1 of 1 (latest)

dull moatBOT
ebon heart
lyric kernel
#

thanks

ebon heart
#

No problem! Happy to help 😄

lyric kernel
#

can I ask one thing about subscription?

ebon heart
#

Sure!

lyric kernel
#

I created subscriptions on my Stripe and I am going to let users subscribe to the plans on the React application
do I need to create payment intent in that case?

ebon heart
#

Nope! Subscription will create an invoice that the invoice will create the Payment Intent automatically for you

lyric kernel
#

do I need to pass the client secret obtained from the created subscription?

ebon heart
#

Yes!

lyric kernel
#

and do I need to import the script here?

#

is there any npm package I can use?

#

instead?

ebon heart
#

Are you using React or HTML/JS?

lyric kernel
#

React

ebon heart
lyric kernel
#

thanks, let me check it