#mahendra
1 messages · Page 1 of 1 (latest)
on connected account
once a payout object po_xxx exists, you can use https://stripe.com/docs/expand/use-cases#charges-in-payout to get the details of which payments are part of it
No I want to know before that. Is it possible?
no
ok
payouts are created a few days in advance of when they actually happen though. Once the objects do exist, you can check those details.
So after payouts are created if I update description and payment_descriptor.
Is these new description show on bank statement or the old one?
if I update description and payment_descriptor.
what specific fields in the API are you referring to?
there aren't any such details you can update on a payout object : https://stripe.com/docs/api/payouts/update .
po_xxx update
hmm but as I said , those are not fields that exist for editing on a payout object, per the API reference.
So is there any way to update these description?
Because I want to show all payments Id into payout description
what are "these descriptions"? where are you seeing a description today which is the value that you want to get changed?
these description and statement desc.
those can't be changed
why do you want to change them, what is your wider use case and what parts of Stripe are you using?
Because I want to create manual payout and in this payout I want to add all changes Id in description field.
the charges id means that included payments into this payout
well if you're using manual payouts the payout does not "include" payments. It's just a lump sum of whatever amount you passed to the API
That's why I previously asking on available balance could i check all transation that are included into this balance.
Because I'm tracking 'balance.available' webhook
as I said, no.
and once balance available then create payouts
there's no concept of this if you're using manual payouts. If you'e on automatic payouts we reconcile payments into the automatic payout and you can find those via the approach in my first reply in this thread. If you're using manual payouts, none of this exists and the reconciliation/accounting is not really something Stripe can do, we only know you tell us to do a payout of $x amount from the $y lump sum overall available balance