#pepski
1 messages · Page 1 of 1 (latest)
Hi 👋 yes, if you want to point your new webhook endpoint on the newer API version to the same endpoint then you will create a new webhook endpoint that points to your endpoint.
cool. So I will left the dashboard api version to our current old version, create a duplicate of the webhook to same endpoint but use latest version.
So there will be always coming 2 different ewbhooks for 1 event. One with old structure and other with new structure - correct?
Correct
cool on our frontend side we are using stripe-js is it possible that after api update it will be incompatible?
I don't believe so, but did you test first to make sure? You can override the API version that Stripe.js is using while initializing it so you can test running on a different API version before you migrate.
https://stripe.com/docs/js/initializing#init_stripe_js-options-apiVersion
oo perfect! I didnt know that you have this option!