#vaniapsk-Transfer-Payout
1 messages · Page 1 of 1 (latest)
Hi, yeah what you mentioned about seeing the charges on a given payout using the Balance Transaction is what I'm thinking of, https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-payout. I do not think what you're asking is possible however, let me further look just in case I'm missing something.
vaniapsk-Transfer-Payout
yes please let me know @lime niche . I have been looking all day into this. My client pays out his customers for their bookings, so I am currently implementing transfers between accounts to make the payout happen. I save the transfer id in out db and I just want to be able to tell the users if they were payed out or not for a specific booking / transfer
Otherwise, I would have to do some back-engineering and that would look ugly as hell lol
Yeah, the only way I know is by https://stripe.com/docs/expand/use-cases#charges-in-payout looking at the payout. The other way is to look at the available_on date, https://stripe.com/docs/api/balance_transactions/object and look at the Connected Account's payout schedule, https://stripe.com/docs/connect/manage-payout-schedule to calculate the payout date.
yeah I think I will need to go with option 2