#JohnTheFrog
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
it really depends on whether your webhook endpoint code was upgraded or not
Particullary I am wondering if historical actions in stripe are bound to be sent to a webhook with specfied version (this would mean I should keep old webhook running)
between different versions of the API the shape of the objects change
I have tested the changes in objects and this is not a problem, I am wondering if old invoices will be sent to newest webhook
just a QQ which language is your webhook endpoint written in?
PHP, I have set the api_version to the newest
did you update to the newest SDK?
do you have any code that's going to still run on the old API version?
No. Btw I should specify that by "he webhook endpoint does not change" I've meant that the URL stays the same
I plan to duplicate existing webhook just with a change to newest version, disable old one, and deploy a release code
in that case you can proceed as planned
it's unfortunate (and we're aware of this limitation) that we can't update the API version of a webhook endpoint and instead need to do all this hustle, I'm sorry for that
This is not a problem, you have a great api that could allow devs to automate it ๐
Thanks for help
let me know if you need any more help
Seems to be running smooth ๐