#bilel-subscription-paymentmethod
1 messages · Page 1 of 1 (latest)
bilel-subscription-paymentmethod
Hey @long haven what do you mean by "update"? Like switch to a different card for example?
The easiest option is to use our CustomerPortal product. See https://stripe.com/docs/customer-management
but i want user to do it from my application
Sure, I'm just recommending this option since it's drastically easier and you didn't mention you wanted it absolutely in your own integration
The way to do this is to use SetupIntents: https://stripe.com/docs/payments/save-and-reuse to collect new card details for example
and then you swap the "default payment method" based on that
and for the card details form can i use use stripe form or i need to create my own form ?
You can use our form, it's covered in details in the doc I just linked you to!
i didn't see it can you help 🙂 i m new in stripe
What part is losing you? Our doc covers the flow end to end with the exact code
cc @long haven