#jordems-transfer-balanceavailability
1 messages ยท Page 1 of 1 (latest)
Hi ๐
What is the source of the "Funds added" here? Do you mean when charges settle? Or only when transfers occur?
In the case of adding funds to the connect accounts balance through this flow. I can fetch more context from my colleagues if this doesn't suffice.
In this case your best bet is the transfer.created webhook event. https://dashboard.stripe.com/test/logs/req_vbNvJqP0RBk9ts
Ah okay perfect yeah that should work if i'm able to split out requests from the API and the Dashboard, is there a way in that I can tell if the event has been triggered only via the dashboard?
Not specifically. You can check the event in your Event logs in the Dashboard which will show you whether the event was due to an API request, a Dashboard action, or an automatic action on Stripe's part.
In the webhook we do return a request property but that would be populated for both API and Dashboard triggered events.
It looks like in the dashboard there is some additional undocumented parameters added request which fetch some extra information including this "manage" property, which i think is what says whether it's on the dashboard or not. I'm not sure if this is something that I should be attempting to use or not.
I definitely would not rely on any undocumented properties. https://stripe.com/docs/api/events/object#event_object-request
Okay I'll keep looking for another solution. This information definitely helped me get started. Thanks a lot @hazy finch !!!
Happy to shed what ๐ก I can ๐