#walalaw
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
you can look at the source field of the balance transaction
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
could that reflect the payout_id ?
something like : po_1MZYyWAXxcazmLcJJw6rYpJT
We can see balance_transaction associated with a payout but not the other way around
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yes
depending on the type of the balance transaction https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-type the source object would link to a different object type
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
but not to a payout id
in case of a payout balance transaction the source would be a payout id
We want to link normal separate balance transactions to the Payout. Like if it's a balance transaction of charge type , we want to be able to see the payout_id for that transaction
Can we get a list of every balance transaction that was included within a Payout?
Our users get payouts monthly and a big chunk of money goes into their bank. Their accountant asks what the money is for, so they need a list of all the purchases that resulted in that payout.
you can list the charges that are included in a payout
how do we do that?
please read through the doc I sent you above
okay , thank you!