#mason-terry_api
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1333521177066344489
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Yep, that is the doc for that
And keep in mind the last section if you are using connected accounts with full dashboard access and are using our direct charges flow https://docs.stripe.com/payments/payment-methods/pmd-registration?dashboard-or-api=api#register-your-domain-while-using-connect
Okay thanks. Does this require a certain version? I'm using .NET SDK and in my IDE it can't find PaymentMethodDomainOptions or PaymentMethodDomainService.
It looks like support for that endpoint was added in 42.4.0 https://github.com/stripe/stripe-dotnet/blob/master/CHANGELOG.md#4240---2023-09-07
If you don't want to upgrade, the .NET library has custom request functionality, so you could define this yourself until upgrading is feasible https://github.com/stripe/stripe-dotnet?tab=readme-ov-file#custom-requests
Okay. We are currently on 41.3.0 so will need to figure out which way we want to do this. Thanks
Sounds good, that changelog does have the breaking changes for 42.0.0 if that helps you plan things out