#mad-dog_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/1460714785648939041
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
HI how are you!
Hi there,
to clarify, you have set up a webhook endpoint, but the endpoint has not received any event deliveries?
Ok, let me see what I can find. Do you happen to have an event ID that did not get delivered?
And do you have the Webhook Endpoint ID (starts with we_XXX) for the endpoint you expect to receive the events?
we_1SpC4APUp2KLZelF4fADEG2X
Ok, that is the Connect Webhook Endpoint. Looking at the request you sahred, you are creating a checkout session. That request does not create any events itself. What event were you inspecting?
Hello
Taking over as my colleague needs to Step away
The checkout session you've shared hasn't been completed so it won't generate a completion event.
Also, this is a destination charge you're creating with the Checkout Session. So you should expect the event to be sent to your Platform's account level webhook. The we_1SpC4APUp2KLZelF4fADEG2X webhook is a connect webhook
should i not use a connect webhook?
For destination charges, no..
I mean it sort of depends on what you want to do exactly.
If you want to listen to payment related events then you need an account type webhook endpoint
If you want to listen to any changes happening on the Connected Account then you need a connect type webhook endpoint
since it's the former, you should create an account type webhook