#Jogoldirus-update-pms
1 messages · Page 1 of 1 (latest)
hi! it really depends exactly what information you're looking to update. We have a few things that might be applicable but for the most part our frontend components are intended for accepting new payment info, over updating existing ones
For adding a new one
the easiest solution there is usually using Checkout in setup mode to redirect to a Stripe page for adding a payment method. https://stripe.com/docs/payments/checkout/subscriptions/update-payment-details is a guide for that general concept
Did you have a solution where customer don't need to go to another page ?
Like a PaymentElement but just for adding new card ?
same idea, it's a PaymentElement but you use it with SetupIntents instead of PaymentIntents in order to just set up and save a card instead of charging it
Thanks, i'm going to check it