#mclowrider_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/1494719493379850324
๐ 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.
- mclowrider_api, 3 days ago, 67 messages
Hello
It's this feature - https://docs.stripe.com/payments/cards/overview#automatic-card-updates
Yes it is.
Okay, so what seems to be the issue?
I'm not receiving any deliveries to my webhook for that event type
This webhook destination ๐๐พ we_1OFe5lB6RcW2vRiF7E9rYiEg
This is the event ๐๐พ payment_method.automatically_updated I added
When did you update endpoint to include this event type?
About 45-50 minutes ago?
Looking at the timestamp of the event, it seems like the event was generated prior to the update you've made
Does it? I've done subsequunt updates just in case the initial one didnt work.
But I didnt add any event to it.
Added first time and just clicked Save subsequently
Latest event ๐๐พ evt_1TNEDMB6RcW2vRiFgWInSzoy
Hmm
that's odd. Looking further
Do you see payment_method.card_automatically_updated event type in the dropdown menu when you update your destination?
That is very odd. I just created a new destination with your API version and I do see that event type
Can you try something for me? Can you delete and re-create that endpoint with the same URL?
It's PROD ๐
Ah, try creating just a random new endpoint then. I have a feeling that the API version of the dashboard is conflicting with the API version of the destination
You can switch to testmode for this
you don't need to do it in live mode
Ok
The other option would be for you to update the webhook endpoint via the API to add the payment_method.card_automatically_updated event type - https://docs.stripe.com/api/webhook_endpoints/update
Okay I confirmed that this a bug in workbench that doesn't show the above event type in the list
So you'd need to use the API to update the endpoint to include that event type
Why are we not receiving the payment_method.automatically_updated?
Your account is on an older API version and the Webhook Endpoint doesn't have an explicit API version set on it. So the endpoint "inherits" your account's default API version.
For that older API version, payment_method.automatically_updated isn't a valid event type
You shouldn't really be seeing that event type on the dashboard but due to a rendering bug, you're seeing it
Your endpoint needs to listen to - payment_method.card_automatically_updated in order to receive those events