#frasulov
1 messages · Page 1 of 1 (latest)
Hi, I recommend starting with Stripe Checkout for an easiest integration: https://stripe.com/docs/payments/accept-a-payment
I want to add just new payment method. My website is subscription based. For future subscription charges i want to add another payment method
Okie, so you already have Subscription, and that doesn't use Stripe API?
I have subscription model that uses Stripe API. And it works successfully. I want to add functionality to add new payment methods for customer.
If you have time, could you please help me with meeting ? 15 mins
Sorry we can only provide help in chat here.
I see
You can simply create a Customer Portal and enable the customer to add payment method https://stripe.com/docs/customer-management/integrate-customer-portal
okay. thank you. Then i will explain the issue here.
I have subscription based model in my website. And i use stripe api for all payment processes. When uprade to paid plan, i create session and customer subscribed.
What i want to do:
I want users to add new payment methods to their accounts. So that, they can pay their subscriptions for next months with different method.
How can i add it ?
It's the same that you need to somehow collect the new payment method for your Customer. There are multiple ways to do it, one of them is Customer Portal above. Otherwise you can create another Checkout Session with setup mode