#Moonat
1 messages · Page 1 of 1 (latest)
Hello 👋
If you're working with subscriptions/billing then you can integrate customer portal
https://stripe.com/docs/customer-management
It would allow your customers to manage subscriptions, update payment methods etc
If you're not using subscriptions, you can use SetupIntents API with PaymentElement to save PaymentMethods and attach it to customers
https://stripe.com/docs/payments/save-and-reuse
But with the last option, every time the user creates a payment method will be create a payment intent?
No, it doesn't use PaymentIntent. It uses SetupIntents API.