#Giga - User update payment method

1 messages · Page 1 of 1 (latest)

static ibex
#

There are a couple ways to do this. Can you tell me a bit about your integration and how you are currently collecting those payment methods in the first place?

hexed flax
#

Customers enter a payment page where Stripe is an option. They then give their credit card information.

#

I've searched on Stripes support and docs, and cannot find exact information about payment updates

static ibex
#

Thank you for the clarification. So if you want to collect an entirely new credit card, you can just go through the standard flow of collecting new card info from them via a SetupIntent
https://stripe.com/docs/payments/save-and-reuse
On top of the solutions there, you can also use our Customer Portal which can provide a pre-made page that allows users to manage and add payment methods
https://stripe.com/docs/billing/subscriptions/integrating-customer-portal
It is also worth noting that Stripe does attempt to work with banks to automatically update expiring cards
https://stripe.com/docs/saving-cards#automatic-card-updates

#

Is that all helpful so far?

hexed flax
#

Thank you very much! That was very helpful.

static ibex
#

Awesome, just let me know if any questions come up