#WachiGO
1 messages · Page 1 of 1 (latest)
card expire and renew the card
card number is the same but expire date and cvc are changed
You mean in a Subscription scenario?
for setupintent
My app force user to do setupintent before let they do payment with credit card
but incase the card is expired in the future, I'm not sure is there a way to update expire date.
You will need to collect the card details again with a SetupIntent.
However, in some cases Stripe will update the expired cards automatically: https://stripe.com/en-gb-us/newsroom/news/network-tokens-card-account-updater
could you please explain more
the existing flow on my app is
- remove expired card
- setupintent again
You can just SetupIntent again and it will be attached to a Customer.
the new SetupIntent will replace the expired one or it will be a new one?
It will add to the list of Customer's Payment Methods. You can remove the old one if you want: https://stripe.com/docs/api/payment_methods/detach
you mean for the expired credit card setupintent. The flow to renew the card is
- setupintent again
- remove expired card
?
I think Stripe has something similar this api https://stripe.com/docs/issuing/cards/replacements