#dlee_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/1431278727983272110
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there, if that is a preview feature, you may need to explicity use an API version of 2025-09-30.preview
i have tried that per
from stripe import StripeClient
stripe_client = StripeClient(
get_settings().stripe_api_key,
stripe_version="2025-09-30.preview",
)
i am still getting the same error: The API method cannot be found.
Hi, taking over as my teammate needs to step away. Let me catch up.
Can you share the latest request id where you included the preview please?
req_v2Ez1vOK0mzysyXpW
i tried explicitly setting the version to be .preview per the code snippet above, however dashboard says the version used here is .clover
Did you enable the Globla Payouts via the Dashboar: https://docs.stripe.com/global-payouts/get-started ?
yes - these features were working prior to yesterday, actually
Ohh, that is odd. Can you share the request id that worked yesterday?
here is the last request that worked regarding this v2 api: req_v2h3kJYmaHWhkzd56
i believe this was prior to upgrading both
- API version to 09.30.preview
- stripe python sdk from 0.31.0 to 0.32.0
looking
i also tried setting stripe_version="2025-08-04.private" in my stripe client, which was the last version for which this API was succeeding and created a request - this new request req_v2huG7UpXF3iLsWdQ does not show that 2025-08-04.private version was set
The reason why that private does not work is beacuse it's 2025-08-27.preview now. Our support team will be able to better assist: https://support.stripe.com/contact
i have already created a ticket on the support platform, is there any other assistance i can get in this discord channel?