#samu2023
1 messages · Page 1 of 1 (latest)
Hi there, this is what we call proration and it's the default behaviour supported by Stripe.
Hi, how can I active that ? can you give an example please
When you create a subscription, make sure you set a billing_cycle_anhcor to the 1st of next month, so that the next invoice will be created on the 1st day of next month . https://stripe.com/docs/api/subscriptions/create#create_subscription-billing_cycle_anchor
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
https://stripe.com/docs/billing/subscriptions/build-subscriptions you can get started here