#Andreas

1 messages · Page 1 of 1 (latest)

deft wingBOT
tranquil lance
#

Hi there!

#

Which property exactly? The billing_cycle_anchor when creating a subscription object?

shadow palm
#

Correct

tranquil lance
#

Wait, so it's on Checkout Session you are trying to do this (and not a Subscription)?

shadow palm
#

Yeah, the checkout session should create the subscription. Unless I'm reading the documentation wrong this is supposed to be valid, no?

tranquil lance
shadow palm
#

And when I copy/paste that into my editor, I get the same warning as the screenshot I posted above

tranquil lance
#

Oh you are right, this is a brand new feature that we just released actually.

#

Which versino of stripe-go are you using?

shadow palm
#

Just updated to v74.15.0

#

Which seems to be latest according to GH

tranquil lance
#

Yes looks like it's not yet available in the Go SDK, since the feature was literally released a couple of days ago.
If you want to use that feature now, you'll need to make a direct REST API call to the endpoint.

#

Will notify the team about this.

shadow palm
#

Alright, thanks! I'll fall back to direct REST for now, and then update once the new SDK is out.