#bumbzor_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/1283040615684247605
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there. Basically, https://dashboard.stripe.com/webhooks/create?endpoint=something.com ?Is that an option to pass along the events ?
For our program, the user needs to setup a Webhook back to the website where they install it. It's required.
What does Stripe consider to be a plugin? Stripe defines a plugin as any integration between a third-party solution and Stripe that requires a user to authenticate with their secret API keys. A plugin typically interacts with Stripe APIs either by making API calls or reacting to Stripe API events on behalf of its users. Often plugins run code so...
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 ?
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.
I believethe term is Template Links