#mboras_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/1296433897935998976
đ 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.
- mboras_api, 6 days ago, 8 messages
I have 2webhooks charge.refunded for refund and checkout.session.completed for payment success.
Yes, the Dashboard only permits creating webhooks with your default account version or the latest version (if different). If you want to use another API version, you can create the webhook via the API: https://docs.stripe.com/api/webhook_endpoints/create#create_webhook_endpoint-api_version
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so I create it with API with those versions and I'll be good?
I suspect the issue is that your new account will be on the latest version: 2024-09-30
Which is potentially problematic (breaking changes) if your codebase uses 2022-11-15
If I were you, I'd write in to support and they can downgrade your default API version on the new account: https://support.stripe.com/contact/email?topic=api_integration
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
ok that's great
but those charge.refunded for refund and checkout.session.completed for payment success differ between my version and latest
because I have a lot of code that is for croatian tax administration office
and it is important
and tested on that version and stable
This is why I recommend you write in and downgrade the version on the new account to prevent it breaking your codebase