#krishna-awate_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/1276428356866543759
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Can you share the example subscription ID (sub_xxx) or Payment Intent ID (pi_xxx), so that I can check how your integration works and advise accordingly?
sub_1PjjqlRd1p7o0FMcJQqLQvqu
With reference to https://dashboard.stripe.com/logs/req_gdeYl0MvfYNh5m, the request was made with Direct Charges, i.e. with Stripe-Account header.
To listen to the events on the connected account using Direct Charges integration, you can create a Webhook endpoint on the platform with listening to Events on connected accounts option: https://docs.stripe.com/webhooks#create-webhook-endpoint
Do I have to add webhook url to each connected account or is it okay to add for main account?
This is only needed to add on the platform account, not each connected account