#stas__ - Connect Webhooks

1 messages ยท Page 1 of 1 (latest)

exotic moat
#

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

Learn how to use webhooks with Connect to be notified of Stripe activity.

craggy sedge
#

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.

exotic moat
#

I see. Can you share some event object ids with me so I can look into this further?

craggy sedge
#

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

wind cairn
wind cairn
#

Just checking in. Have you been able to check why that endpoint 404s?

wind zephyrBOT
#

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

glad eagle
#

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?