#stas__ - Connect Webhooks
1 messages ยท Page 1 of 1 (latest)
Hi stas__. With Connect, there's actually two separate webhooks. One for Connect and one for the platform account. So, it sounds like you only have the one set up for your platform account. You can read more here: https://stripe.com/docs/connect/webhooks
Hey @exotic moat we have webhooks for both. I also don't see in the webhook logs any events related to the custom account balance updates.
Aka, no Stripe-Account header requests. Which is important for us as we do manual payouts for our custom accounts with a custom descriptor in order to map it to our business flow.
The account balance for the custom account as well has no balance available for payouts since yesterday, and I don't know how to trigger that.
I see. Can you share some event object ids with me so I can look into this further?
evt_1KEkOwLQgc8mxvfYrPXyowWc is one of the recent ones regarding a balance
This is the account ID we are using in the sandbox acct_1KEFd1Q4QT2ktP9F
brb
It looks like delivery was attempted for the platform's endpoint but the delivery failed because we got a 404 from the platform endpoint https://dashboard.stripe.com/test/events/evt_1KEkOwLQgc8mxvfYrPXyowWc
Just checking in. Have you been able to check why that endpoint 404s?
This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Hey @wind cairn would you be kind to unarchive my thread please ๐
The 404 is a valid response due to the lack of Stripe-Account header in the request from Stripe. We identify our accounts based on that, hence the failure.Btw, is this the right place to review this kind of questions or should I reach out via email to Stripe? Thank you! ๐โโ๏ธ
Quoting your latest message here so we have everything in context
So the account this balance pertains to is your own account and this webhook is not for a Connect webhook. Because of this we do not transmit the Stripe-Account header as it does not apply.
In fact, after a quick review, it appears we do not include the Stripe-Account in the header even for Connect webhooks.
Is there a reason you are expecting it there?