#dan1106_webhooks

1 messages ¡ Page 1 of 1 (latest)

proven tangleBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1258109902187008102

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

tepid panther
#

I think it might be relevant that my app is using the platform_key method of authentication

lyric thunder
#

The difference between those 2 events seems to be that this specific webhook endpoint isn't getting the event sent to it: https://dashboard.stripe.com/test/webhooks/we_1PVgWpKHtUMqOYFUmEJ4AjCD

As far as I can tell, you just need to add the subscription_schedule.created as an Event for it to listen to. Right now, it doesn't know to listen for that event

tepid panther
#

oooh i feel really silly! My connect webhook endpoint needs to have more event types configured

#

thanks, that's really helpful! sorry for the noise