#redoo_connect-webhook-endpoint

1 messages ยท Page 1 of 1 (latest)

lucid ravenBOT
#

๐Ÿ‘‹ 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/1344724206222577756

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

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.

full summit
#

Hi ๐Ÿ‘‹

Using the access token would create a webhook on the Connected Account and that isn't something the OAuth connection allow you to do.

But it sounds to me like you want to create a webhook endpoint on your own account that recieves webhook events from your Connected Accounts. You can definitely do that without requiring the access token

limber isle
#

The case is: we have an app that helps accountant and businesses with invoicing and accounting, few of our users sells products through stripe, I need to receive events with thier invoices, and save them in our db.
So i used connect so users could connect their stripe accounts to my app, and now I would like to receive their events, detect which user sends the event and match the data in db.

How do I do it then? Cause I am lost right now

full summit
#

You create the Webhook endpoint on your own account. You can specify connect: true if you are using the API or you can use the Dashboard and specify that you want to receive events from your Connected Accounts (see attached image)

limber isle
#

Okay I see, and will event have information with account Id it belongs to?

full summit
#

Yes. Each webhook event, if it comes from a Connected Account, will have the account ID populated in the account property

limber isle
#

thank you, I will try this way

full summit
#

๐Ÿ‘