#TylerG - subscription proration
1 messages · Page 1 of 1 (latest)
Yeah you can set the behavior to always_invoice: https://stripe.com/docs/api/subscriptions/update#update_subscription-proration_behavior
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
wasn't seeing anything, no prob though; what would be the appropriate way to preview the prorating amount when using always_invoice?
You can use this endpoint for previews: https://stripe.com/docs/api/invoices/upcoming
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Can pass in params to simulate what a change would do
perfect, thank you very much
No problem