#mad-dog_webhooks

1 messages ¡ Page 1 of 1 (latest)

crude helmBOT
#

👋 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.

mossy sinew
#

HI how are you!

tame cliff
#

Hi there,
to clarify, you have set up a webhook endpoint, but the endpoint has not received any event deliveries?

mossy sinew
#

correct

#

not received any event deliveries

tame cliff
#

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?

mossy sinew
#

we_1SpC4APUp2KLZelF4fADEG2X

tame cliff
#

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?

crude helmBOT
mossy sinew
#

im expect to receive a checkout success signal

#

but it just not recieving it

slate shadow
#

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

mossy sinew
#

should i not use a connect webhook?

slate shadow
#

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