#Amer Bearat
1 messages · Page 1 of 1 (latest)
when i add 2 'payout,payment' in balance_transactions i get nothing
i get one from each one sperarly
Testing this on my end..
okay
Are you including the expand: expand: ['data.source'] on your request as suggested on this doc.https://stripe.com/docs/expand/use-cases#charges-in-payout? I do see the payment intent id when I test this request on my end.
Hhmm, when you make the request, you pass the payout id here: https://stripe.com/docs/expand/use-cases#charges-in-payout
i have to make a call out for each payout id
That is correct
first got get all the payouts for the day and for each payout id i need to make a call out to get balance transaction and from that i get the payment intent
1/ List your payouts: https://stripe.com/docs/api/payouts/list
2/ List the balance: https://stripe.com/docs/api/balance_transactions/list