#adambutler-subscriptions
1 messages · Page 1 of 1 (latest)
I think there's a parameter you can pass to the upcoming invoice endpoint to simulate the subscription not being cancelled(instead of your workaround of actually changing the existing subscription)
if you pass https://stripe.com/docs/api/invoices/upcoming#upcoming_invoice-subscription_cancel_at_period_end as false when previewing for a subscription that is currently set to cancel_at_period_end:true , does that return what you expect to see?
🤦♂️ Thank you so much @rough whale
I'm always careful to check the docs before reaching out for help but hadn't realised that parameter had that effect.
I've already been able to test this is exactly what I need. Your help is very much appreciated.
awesome!