#TheRankinator
1 messages · Page 1 of 1 (latest)
Hi there, sorry for the delay!
Just looking at this section of our SDK readme: https://github.com/stripe/stripe-dotnet#using-a-custom-httpclient
Hey, no worries
It looks like you could customize the StripeClient which might allow you to use the RequestAsync behavior
Any idea how I would actually do that other than just creating a new version of the method and hiding the old one?
I couldn't tell from the readme
Not sure I follow your question. If you want to implement the custom behavior, you'd need to replace the HTTP client with one that makes the API requests in the way you want