#remi.lapierre
1 messages · Page 1 of 1 (latest)
Can you explain in more detail what you're trying to do?
I have already a saved payment method
And I want to allow the client to update his credit card
Sure, so you can use a setup intent to setup a new card for future use: https://stripe.com/docs/payments/save-and-reuse
Then you'd end up with another payment method attached to the customer, and you can optionally detach the old one
The new payment method could be used with future payments, subscriptions etc as you need
Can I use a payment intent without an amount?
Is there a way of doing it with the front end credit card component?
That's what Setup Intents are for - collecting payment details without payment
The guide a linked uses setup intents, not payment intents
Yes, you can use the Card Element instead of the payment element if you prefer