#manny_manny_2023
1 messages · Page 1 of 1 (latest)
Sounds like you want to disable prorations: https://stripe.com/docs/api/subscription_items/create#create_subscription_item-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.
yes we want to disable prorations
Yeah, so use the above param
once we delete the subscription item its saying unused time
we are taking subscription because of resources sometimes we have to take paid leaves etc in consideration so once they cancel the subscription we do not want to deduct the balance from the amount like this screenshot we want to refund manually
You can pass the same param on deletion too: https://stripe.com/docs/api/subscription_items/delete#delete_subscription_item-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.
yeah