#eoghanobrien-subscription-failure
1 messages · Page 1 of 1 (latest)
Hello 👋
Do you mean charging the attached payment method for an off-session charge?
Yes, that's it
They already have a subscription and I want to move them to a new price_id when they request it, without taking payment.
You don't need to create a separate charge for it. You can upgrade/downgrade subscription instead
https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
You can combine that with pending updates to keep them on the older price incase the update fails
https://stripe.com/docs/billing/subscriptions/pending-updates
That's helpful, I guess generally then, if they can't be charged it wouldd fail the same as any subscription witha a bad pm wouldd fail right, we'll get webhooks etc
But I can't proactively check their payment method via the api?
correct, it wouldn't really make sense to do that.
Because they could update their card info at any time and they would still only be charged at their renewal date?