#bumbzor_webhooks

1 messages ¡ Page 1 of 1 (latest)

inland bisonBOT
#

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

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

dark loom
wary urchin
#

hi there!

#

why do you want Stripe users to create a webhook endpoint?

dark loom
#

For our program, the user needs to setup a Webhook back to the website where they install it. It's required.

#
#

Basically tthe onvoarding thing can let you create a URL that sends the user to the dashboard to add a Webhook, is it possible to also add a parameter to the URL to prefill the Endpoint ?

wary urchin
#

is it possible to also add a parameter to the URL to prefill the Endpoint ?
are you asking if that's currently possible? if so, no that's not. if you want to send a feature request: https://support.stripe.com/contact

#

but that's not a flow we would recommend. ideally you should be using Stripe Connect, this way you directly have access to the webhook events happening on other Stripe account, and users don't need to manually created webhook endpoint on their end.

dark loom
#

I believethe term is Template Links