#arnaud_payout-reference
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1291075210052763679
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi ๐
yes this is possible with a little work
Are you using manual or scheduled payouts?
hiya, scheduled payouts
Okay cool
So what you can do is use the Payout ID to get a List of Balance Transactions
https://docs.stripe.com/api/balance_transactions/list#balance_transaction_list-payout
and specif you want type='transfer' to get just the Balance Transactions linked with transfers
If you need the full Tranfer object you can have it return that by specifying expand=['source'] to expand the source property on each Balance Transaction returned
https://docs.stripe.com/api/balance_transactions/object#balance_transaction_object-source
Ah I see, thank you.
When filtering by type='transfer', there are no records available
Hmmm... okay and you are certain you have transfers during the period the Payout covers?
If "transfer" means "transfer to bank account", yes.
But I see here that Transfers are related to moving funds between Stripe accounts?
No that is not what transfers mean
This is about a Connect Standard account if that changes anything
Transfers in Stripe mean moving money from Platform Accounts to Connect Accounts
What kind of funds flows are you looking for?
Payouts via bank transfer
Those are just called Payouts (transfers of funds from an account's stripe balance to their external bank account)
But when listing them via the HTTP API, they don't have the bank transfer reference
Ah, I just said "transfer reference" in the initial question. My bad, sorry.
You are talking about this Object, correct?
https://docs.stripe.com/api/payouts/object
You can see all the properties it will have
Yes, it doesn't have the references that appear on statements and look like STRIPE-[28 chars]
I'd think that would be statement_descriptor but it's null on all my payouts
"statement_descriptor": null,
while the bank transfer references are shown on the dashboard
So you are trying to find the statement that is shown in the bank records in the Stripe Payout?
Can you clarify exactly what you are looking for?
arnaud_payout-reference
@dry pasture we have such a feature in private preview/beta today but it's not public. I'd recommend reaching out to our support team: https://support.stripe.com/contact to see if you can be added to that preview feature or added to the waiting list
The bank transfer reference that is visible on bank statements, yes.