#ben-white_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/1366851604455755866
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
I added the wrong link in related event id
https://dashboard.stripe.com/workbench/events/evt_1RH8xABfMfinsYbwfmf2Sq5M
That's the first event we encountered that had the new .context field
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Hello ๐
Give me a few minutes to look
Thank you. Appreciate it.
Sorry still looking
Have asked a colleague to look too as I can't find any changelog entries to explain this
So it looks like this change is planned for the next API version which will release very soon. This is a background compatible (non-breaking) change from Stripe's perspective
Thanks @gray pike - are you able to provide any additional detail I can report back? Is this change being shipped to previous API versions. I know we're on a very old version, so maybe the guarantees for that are much weaker.
fwiw, the only reason our integration broke is because we naively passed **event_data to a downstream function that didn't know what to do with a value for the context entry.
Hi, taking over as my teammate needs to step away. Let me catch up.
This is backward compatibile and we expect that your code be more defensive. We document some here: https://docs.stripe.com/upgrades#what-changes-does-stripe-consider-to-be-backward-compatible
Thank you