capacitor-community / stripe

Stripe Mobile SDK wrapper for Capacitor
MIT License
185 stars 75 forks source link

save user credit card without payment #229

Closed jpissis closed 1 year ago

jpissis commented 1 year ago

If a user use a coupon that offer free period, your module doesn't work because "PaymentSheet" and "PaymentFlow" require a Stripe payment intent and the Stripe payment intent require an amount > 0,50€

So is it possible to implement credit card API to create a card for futur usage without payment ?

Many thanks

Prakort commented 1 year ago

@jpissis You can use the setup intent flow instead of payment intent: https://stripe.com/docs/payments/setup-intents

rdlabo commented 1 year ago

Thanks for issue. Yes, @Prakort is right. @jpissis please try to use setup intent.