#mclowrider_webhooks

1 messages ยท Page 1 of 1 (latest)

plush badgerBOT
#

๐Ÿ‘‹ 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.

merry knoll
mortal siren
#

Yes it is.

merry knoll
#

Okay, so what seems to be the issue?

mortal siren
#

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

merry knoll
#

When did you update endpoint to include this event type?

mortal siren
#

About 45-50 minutes ago?

merry knoll
#

Looking at the timestamp of the event, it seems like the event was generated prior to the update you've made

mortal siren
#

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

merry knoll
#

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?

mortal siren
#

No

#

payment_method.automatically_updated

merry knoll
#

That is very odd. I just created a new destination with your API version and I do see that event type

mortal siren
#

I dont

merry knoll
#

Can you try something for me? Can you delete and re-create that endpoint with the same URL?

mortal siren
#

It's PROD ๐Ÿ™‚

merry knoll
#

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

mortal siren
#

Ok

merry knoll
#

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

mortal siren
#

Why are we not receiving the payment_method.automatically_updated?

merry knoll
#

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

plush badgerBOT
merry knoll
#

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