fireactjs / saas

A fully functional React web application for SaaS projects. It's built with React, Firebase and Stripe.
476 stars 177 forks source link

Do we need to add Stripe idempotency key? #9

Closed jeffreydavis83 closed 3 years ago

jeffreydavis83 commented 3 years ago

Not an issue actually, I just want to ask if we need to add idempotency key to avoid multiple card charge incidents.

chaoming commented 3 years ago

I don't think it's needed.

Fireact creates subscriptions instead of charges, and the charges are automated by Stripe based on the subscription product pricing.

jeffreydavis83 commented 3 years ago

Makes sense. Also, can you please guide me briefly how can we handle 3D secure cards in Fireact?

chaoming commented 3 years ago

Sorry, no experience with 3D secure cards.