#nadia-subscription-start-specific-day
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Give me a moment to catch up here and I'll respond as soon as I can ๐ Thanks
hi @crimson lance thanks a lot!
Thanks for waiting
There are a few workarounds for your use-case
i want my customer sub to start on the first day of the next month
You can create a subscription now and add a trial until the first day of the next month
bill him on another specific day
You can set billing_cycle_anchor to the specific day
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.
thanks for your response
the thing is, i don't want him to be on trial, i want his subscription to be start only the next month
so he won't have access to the app
is it possible to do it with stripe ?
please
yup
you'd need to use subscription schedule for this
https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases#start-subscription-future
Yup
i cant find the billing anchor param on the subscription schedule
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.
it is under default_settings
ahh nice perfect