#.abishek
1 messages · Page 1 of 1 (latest)
You can find automatic card updates here: https://stripe.com/docs/payments/cards/overview#automatic-card-updates
has this webhook payment_method.automatically_updated recently changed to payment_method.card_automatically_updated, because I only see that on the list of webhook events
the events defined here needs an update I think https://stripe.com/docs/payments/cards/overview#automatic-card-updates
In https://stripe.com/docs/upgrades#2020-08-27:
Deprecate the payment_method.card_automatically_updated webhook in favor of payment_method.automatically_updated.
payment_method.card_automatically_updated is deprecated since 2020-08-27 and replaced with payment_method.automatically_updated
So the doc is up to date
I am on the latest
do i need to delete my webhook and recreate it?
this is my webhook id we_1FZt3525zCqxTDInkuDOdXX0
ok, the webhook is still attached to the old api version
how do I upgrade that?
Update webhook doesnt have the option to set the API version
Yup! This webhook endpoint still runs on 2020-03-02 with payment_method.card_automatically_updated. You'd need to create a new Webhook endpoint for new API version
ok thank you