#bohdanborkivskyi_webhooks
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/1369675083110547626
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- bohdanborkivskyi_create-versioned-webhooks-via-api, 21 hours ago, 8 messages
- bohdanborkivskyi_webhooks, 2 days ago, 5 messages
I don't think you can. As far as i know the CLI will only get events in your default account version or the latest version, regardless of everything else.
Can you say more about why you want to use an older API version as the default?
The thing is, my current project currently uses older API version (2022-08-01), and everything works fine with existing accounts. The problem appears when new member joins the development team or if there is a need to create new dev account - in those cases new accounts are created with newest api version which is not fully compatible with our codebase
When working with support, did you tell them about that existing other account? It should be no issue to match an existing account's version.
I guess I didn't mention other account, I just said that currently project doesn't support newer API version.
Although I said "I was talking to guys in stripe discord, and they recommended asking Support to set an explicit default version" and they replied with "Apologies we do not have explicit control over the API version since we do not know when a stripe account is going to created."
Unfortunately that support person was mistaken, that is definitely something that can be set. Can you DM me the email address that you opened that case with? I can follow up to clarify with them that that is possible.
Trying to figure out what that use configured webhooks flag does here. The only other way I am aware of to test with an arbitrary version is creating a tunnel with something like ngrok that can give a public URL to a localhost. But that is mostly for future reference, switching your account's default version should do the trick
yeah, I have ngrok and sometimes use it to send events via real webhook instead of stripe cli, but in that case I have to update my webhook everytime since ngrok generates new url. Thats fine with me if I don't need to do it often, so using cli is definitely a preferred way.
So what are my next steps? Should I wait for some another response from Support via email?
Yep, there will be a followup soon. Apologies for the initial confusion there