#mexner
1 messages · Page 1 of 1 (latest)
Hello! I'd recommend reading through this section here: https://github.com/stripe/stripe-dotnet/tree/98384e3abb80d53ed675ec7077d09950ea20deb0#beta-sdks
Stripe.net is a sync/async .NET 4.6.1+ client, and a portable class library for stripe.com. - GitHub - stripe/stripe-dotnet at 98384e3abb80d53ed675ec7077d09950ea20deb0
Thanks @shy cape - I have, but was unable to find a way to modify the headers to include additional beta header information, ex: unified_accounts_beta=v1
Is that was mentioned in that doc not working for you? Or is that not what you were looking for?
using the stripe-dotnet SDK, I don't see a way to modify the header and add the beta header information.
I read the GITHUB documentation and didn't see anything about this
It says it at the bottom -
If your beta feature requires a Stripe-Version header to be sent, use the StripeConfiguration.ApiVersion property to set it:
The ApiVersion can only be set in beta versions of the library.
ah, how did I miss that? So sorry - thank you!
No worries! 🙂
sorry for the follow up...
I'm currently using version 41.19.0 (latest).
Following those instructions to set the ApiVersion, is not allowed unless I use the 40.3.0-beta.1 version.
Am I understanding that I need to roll back from 41.19 to 40.3, to use the beta version so that I can set the ApiVersion?
https://d.pr/i/JmwYdi