#kristine115
1 messages · Page 1 of 1 (latest)
👋 happy to help
Thank you
I'm not sure how the refunded transactions would be part of the transactions paid out
I need to test this
I don't have an answer from the top of my head
So from the documentation it says that a refund creates a balance transaction, so if it becomes available before a scheduled payout, I’m wondering if it will be linked to the payout as well
I really don't have a clear answer for you here, I would have to ask my colleagues if you wouldn't mind waiting a couple of minutes
Is my understanding correct that if I provide a payout Id when retrieving list of balance transactions I can get the transactions tied to the payout, and not payout transactions, but the charge transactions and potentially refunds?
Ok, thank you, I appreciate your help. Ultimately, I need to be able to tie payouts to the original source of payments.
sorry I found the answer that was lying in front of my eyes the whole time
From a list of balance transactions, you can expand the source property to gather information on what triggered the change to the account balance (Charge, Refund, Transfer, and so on). For example:
This is great!! Thank you so much.
let me know if you need any more help
I do have another question on t#he payout. If I get the event payout.paid, will the arrival date still be in the future or that’s when the paid event will be sent by stripe?
Oh and before I forget, last question hopefully, are scheduled payouts made for the full available balance amount?
yes automatic payouts would be made for the full available balance amount if it's higher than the minimum required
https://stripe.com/docs/payouts#minimum-payout-amounts
payout.paid occurs whenever a payout is expected to be available in the destination account. so the arrival date would still be in the future in most cases