#karim
1 messages · Page 1 of 1 (latest)
Hi there!
- Actually I think it's supported now: https://stripe.com/docs/billing/subscriptions/billing-cycle
- Don't know why, but yes Payment Link has some limitations compared to Checkout Session.
- Not sure why either.
Thanks Soma! 1 That's interesting to know if the billing anchor is supported now, I'm using .NET API to create the payment link. Couldn't find any option to set the billing anchor, I'll check to see if there's any update on the library.
It's a brand new feature, so it might not be available in the SDK yet.
I see
Actually it is available in the latest stripe-dotnet: https://github.com/stripe/stripe-dotnet/blob/master/CHANGELOG.md#41140---2023-04-27
Add support for BillingCycleAnchor and ProrationBehavior on CheckoutSessionSubscriptionDataOptions
Excellent!
You need version 41.14.0