#elite-subscription-pause
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- elite0824, 1 day ago, 18 messages
elite-subscription-pause
@lusty goblet https://stripe.com/docs/billing/subscriptions/pause we have this feature but not a real "pause/resume"
Can I pause subscription using api as programmatically?
please read the doc I just shared
I'm sorry I don't understand what that question means, can you be a lot more detailed please?
Subscription has its own default payment method. How to remove it?
you can call the Update Subscription API https://stripe.com/docs/api/subscriptions/update and pass default_payment_method: "" to unset it
if there's no default payment method set then yes. You can test all of this in Test mode