#tibo_webhooks-connect
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/1380568609235144878
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, can you share the exact event id you're referring to? It would start with evt_, and I can further look
Hi, here is the id : evt_3RX16sG7GKrM78sA1sFKWf7u
id destination of the webhook : we_1RWw92G7GKrM78sAeRp0kzth
It looks like that webhook endpoint was created as connect, https://docs.stripe.com/connect/webhooks
The Transfer happened on your own account
You need to create a webhook endpoint on your account directly and then listen to events that happen on your own account as well
Connect webhooks are for activity on any connected account only
how can i do if I can only have webhook endpoint and I need to listen to account AND Transfer ? the transfer is done on a connect account and not on my own account
No, you're using Destination flow, https://dashboard.stripe.com/logs/req_sh9dsETazXrhRX and https://docs.stripe.com/connect/destination-charges where you create the PaymentIntent on your own account and send transfer to your connected accounts. The transfer creation is happening on your own account to send the funds to your connected account. The action is taken by your own account
tibo_webhooks-connect
Do i need to create 2 endpoints then ? one for listening accounts event and another one for listening transfers and charges ?
yes
alright thanks for helping