#panpants_payouts-list
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1250838526774218793
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
panpants_payouts-list
@minor kiln what does "reverse_transfers" mean exactly to you?
The List Payouts API will return a list of Payouts
It's my understanding the payout includes all the methods of money (including transfers to the account) I'm assuming a reverse-transfer https://docs.stripe.com/api/transfer_reversals/create pulls money out of the account but I'm not sure if it would be noted in the payout as well.
Ah okay so you mean something else. You get a Payout for $127 and you want to know what makes up the number, like what are all the transactions (Charges, Refunds, Disputes, etc.)?
If so, yes it would be included
Glad I could clarify ๐
Do you happen to know if it'll be a regular transfer or will it say transfer reversal?
Transfer and TransferReversals are different API resources in our API
- Transfer: https://docs.stripe.com/api/transfers/object
- TransferReversal: https://docs.stripe.com/api/transfer_reversals/object
Fantastic, that makes it much easier!