#rayrayy-downgrade-proration
1 messages ยท Page 1 of 1 (latest)
hello, thanks for the kind words!
I assume you're passing something for proration_behavior: https://stripe.com/docs/api/subscriptions/update#update_subscription-proration_behavior
when updating the Subscription but you want it on create_prorations to create the proration
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
hmmm nice let me try!
Is it possible to invoice and create_prorations both?
We only update the db when we get the invoice so we kinda need both ๐
proration_behavior: always_invoice to immediately Invoice, change to that
its described in the doc I linked above
yep that's what it is currently
so does that work for what you're trying to do?
or no? Cause if not, you might be doing the downgrade incorrectly
no sadly it invoices them again
mind sharing the request ID where you're downgrading a Subscription
sure
juggling a few things, looking now!