#remi.lapierre

1 messages · Page 1 of 1 (latest)

copper narwhalBOT
golden dock
#

Can you explain in more detail what you're trying to do?

thorny pawn
#

I have already a saved payment method

#

And I want to allow the client to update his credit card

golden dock
#

Update in what way?

#

Replace with another?

thorny pawn
#

Replace with another will be easier

#

I have this UI

#

Stripe card with stripe

golden dock
#

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

thorny pawn
#

Can I use a payment intent without an amount?

#

Is there a way of doing it with the front end credit card component?

golden dock
#

The guide a linked uses setup intents, not payment intents

golden dock