#Dutchy
1 messages · Page 1 of 1 (latest)
That's just not the way they were designed. A balance accrues and the Payout object contains balances (and associated transactions/payments) which you can detail via the API
The intention is not to encourage a single payout per payment, which I assume is what you're going for
Yes, that is correct.
Why is this the way it's designed? Can you elaborate?
And when does the status change then?
I don't know specifics unfortunately. But the entire process is designed to be automated. If you want to control it manually, then you'll need to track payments against balances yourself
Status of which object?
The status of part of the balance.
So say someone has 200 balance.
And we want to pay out 40.
How does the 40 change from pending to (...).
This is detailed here: https://stripe.com/docs/connect/account-balances
Okay thanks for your help.