#avgn
1 messages · Page 1 of 1 (latest)
So we get the stripe success webhook for an intent.
But the funds are not available to payout for 2 days
So is there a webhook which will tell when the funds for a transaction are available to be paid out
(we are using manual payouts)
You could listen to balance.available : https://stripe.com/docs/api/events/types#event_types-balance.available
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Okay but this will just let us know that the balance is updated correct?
And not that these X number of investments caused this update ?