#rizvane-payout-reconciliation
1 messages · Page 1 of 1 (latest)
Hello
hello
Is this an automatic payout?
yes i guess
Haha okay. Assuming you didn't create the payout manually then you want to list balance transactions for that payout using https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-payout and expand the source which when the source is a Charge you will see the PaymentIntent associated with that Charge
can I get this balance list for a specific account_id (by sending acct_id in headers) ?
Yep
ok I just did it but didn't find a charge to get my paymentIntent associated to it :/
I have an array of BalanceTransaction
Did you expand source?
py_xxxx ?
That is the Charge ID yes
Are you familiar with expanding responses like we show here: https://stripe.com/docs/expand ?
no I was not thanks for the documentation let me try
👍
Means whatever the Source object was is not associated with a PaymentIntent
ok thank you very much I should get what I need. You're the best 💪
❤️