#streflik-connected-acc-payout-descriptor
1 messages · Page 1 of 1 (latest)
Hey! This sounds like 2 separate questions. Regarding statement descriptors: https://stripe.com/docs/connect/statement-descriptors
The 2nd question sounds like you want to build a UI to list all payments in a payout. That right?
not really. I want to "mark" a payment with something that would say "this payment has been paid out to you in stripe payout that is described on your bank statement as "xxxxx"
I'm able to retrieve all transactions that have been included in a payout, the problem is how to "mark" them to have the same reference as payout transfer to my cient's bank account
Got it! Are you using manual payouts?
Is this for accounting/reporting purposes?
automatic payouts. This is needed by my client because ppl got confused which transactions has been paid out and when
Because the associated Payout object is surfaced in the Dashboard for a payment
they don't want to use stripe's dashboard...
so is there any reference number in the payout transfer that is shown on bank account statement I can use?
I guess, that's the whole purpose of the statement descriptor! If you need to customise that then you'll likely need to switch to manual payouts where you can pass a custom descriptor for each Payout object
Otherwise you'll be creating dynamic descriptors for each payment, but then its hard to reconcile what payout they'll be created in: https://stripe.com/docs/connect/statement-descriptors#dynamic-descriptors
ok so basically I would need to switch to manual payouts. It's weird that there is no reference for automatic payouts....
Thanks anyway for the response
Np!