#charlie.s
1 messages · Page 1 of 1 (latest)
Are you using the API? Is this a new Subscription, or an existing one?
But generally, you'd set billing_cycle_anchor: 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.
If I'm using the standard Stripe checkout/payment link - How would I go about setting billing_cycle_anchor?
That parameter is not currently supported with Checkout
You'd probably want to update the Subscription post creation to set the billing cycle as you need: https://stripe.com/docs/billing/subscriptions/billing-cycle#using-a-trial-to-change-the-billing-cycle
Ahh okay, I see - Thanks for your help
np