#dlee_api

1 messages · Page 1 of 1 (latest)

narrow torrentBOT
#

👋 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.

stiff valley
#

Hi there, if that is a preview feature, you may need to explicity use an API version of 2025-09-30.preview

sly tendon
#

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.

narrow torrentBOT
junior kettle
#

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?

sly tendon
#

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

junior kettle
sly tendon
#

yes - these features were working prior to yesterday, actually

junior kettle
#

Ohh, that is odd. Can you share the request id that worked yesterday?

sly tendon
#

here is the last request that worked regarding this v2 api: req_v2h3kJYmaHWhkzd56

#

i believe this was prior to upgrading both

  1. API version to 09.30.preview
  2. stripe python sdk from 0.31.0 to 0.32.0
junior kettle
#

looking

sly tendon
#

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

junior kettle
sly tendon
#

i have already created a ticket on the support platform, is there any other assistance i can get in this discord channel?