#chris-hars_webhooks

1 messages ¡ Page 1 of 1 (latest)

eternal moatBOT
#

👋 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/1233506021729894442

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

iron robinBOT
#

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.

keen marten
#

You don't have the endpoint set up to listen to file.created events

misty tree
#

ah!

#

the faster resolution of history XD

#

let me check

#

ok, now i received the call but HTTP_STRIPE_SIGNATURE missing in the header

keen marten
#

What's the event id

misty tree
#

evt_1P9uu1DJZ0AeZ4XqANtJ6r8h

keen marten
#

Looks like your endpoint responded with a 200

#

Where are you seeing the signature error

misty tree
#

i made a mistake, its a manual call, but i still dont receive the webhook

#

i tried to connect an onboard account

#

account.application.authorized
capability.updated
im not able to receive these events

keen marten
#

You need a connect endpoint to get those events

misty tree
#

i cant find them listed

keen marten
#

What does that mean

misty tree
#

ok i fugured the problem

#

i chosed the wrong webhook type

keen marten
#

Yep

misty tree
#

have i to create a new one or i can change type?

keen marten
#

You need to create a separate one

#

Becaues likely you still need to receive some platform events

misty tree
#

mmm in this case i will have 2 STRIPE_ENDPOINT_SECRET

#

how to manage them?

keen marten
#

You should have 2 endpoints

#

1 for connect

#

1 for platform

#

Shouldn't deliver events to the same route

misty tree
#

ok got it

#

locally i used the same

#

so no problem

#

i have to made some changes

keen marten
#

You can use the same route, but you'd need a url param or something to differentiate. Recommend using 2 routes

misty tree
#

ok, ill follow your suggestion