#k3x_
1 messages · Page 1 of 1 (latest)
- With
proration_behavior="none"I think that would actually tell Stripe to charge the full subscription amount immediately. You can put that off either by setting atrial_endthat ends when the current sub ycles or you can use a subscription schedule. The first two examples on this page show backdating a subscription and starting a subscription in the future which seem relevant to your question https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#start-subscription-future
- Those all seem like good fields to pass. Not immediately thinking of another one that you would need to pass. If you test with test clocks that will help see how the subscription will play out https://stripe.com/docs/api/test_clocks
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok thank you very much
Will start working based on these docs, if you will close the thread but please don't delete it so I can take it as a reference @sand hull