#pradip_bobde
1 messages · Page 1 of 1 (latest)
Hi, how can I help?
I have java spring boot project, I am creating subscription in stripe using setting billing cycle anchor in create subscrption.
I am using stripe 22.27.0 version
Now i found below stripe documentation
https://stripe.com/docs/billing/subscriptions/billing-cycle
I want set billing cycle achor config on month level but i am not bale to set, As my IDE is saying this field is not present
Is there any version mismatch?
What's the exact IDE error you're seeing? Do you have a screenshot?
Cannot resolve method 'setBillingCycleAnchorConfig' in 'Builder'
I have added this stripe dependency in my java spring boot gradle project
com.stripe:stripe-java:22.27.0
Yes, seems like you need at least v24.11.0: https://github.com/stripe/stripe-java/blob/master/CHANGELOG.md#24110---2024-01-12
Happy to help.