#gossanio_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1395414127622754459
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
i think what you're looking for is proration_behavior=always_invoice
this will generate an immediate off-cycle invoice for the prorated changes
thanks thats exactly it
wasn't in https://docs.stripe.com/api/subscriptions/object but i can see it in this one https://docs.stripe.com/api/subscriptions/update
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes, its not an object attribute, its a request parameter
makes sense
proration behaviour is not "sticky" on the subscription, it applies only to the changes produces by the request youre making
yes i notice its a boolean on the cancel sub req
prorate on /cancel API is slightly different (doesnt have multiple possible behaviours) but yes, same idea
thanks for your help