#Brun00
1 messages · Page 1 of 1 (latest)
You said you're "creating" a subscription, but it sounds like you're actually "updating" a Subscription.Is that correct?
If so, I would read this section of the docs to understand how to adjust the billing cycle anchor on existing subscriptions: https://stripe.com/docs/billing/subscriptions/billing-cycle#changing
Feel free to include follow-up questions, once you've familiarized yourself with that section (provided you haven't already seen it)
https://stripe.com/docs/api/subscriptions/create#create_subscription-billing_cycle_anchor
i said create, like this item of documentation
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Right, but the error you're getting implies that there's already a Subscription
billing_cycle_anchor cannot be later than next natural billing date (1674226073) for plan
This is an error you'd only get if you have a Subscription already
ty for this, i found a issue, i have another subscription for the same user, and update the old and not create a new one, your message made me think about and i can solve in my code