#Gargiu - Payout from Payment Intent
1 messages · Page 1 of 1 (latest)
Hello! To clarify, you want to know which Payout a specific Payment Intent was included in?
Exactly, i have the payment ID, if i make a API call Get Payment Intent with expand[]=charges.data.balance_transaction.automatic_transfer, but automatic_transfer it's not showed
There is no automatic_transfer on Balance Transactions: https://stripe.com/docs/api/balance_transactions/object
There is an available_on date, would that suffice?
I know, but i check with the Analizer of Browser in Stripe Dashboard, and the same API with a session_api_token return the automatic_transfer:
balance_transaction: {
amount: 13245
automatic_transfer: {
id: "po_..."
reconciliation_status: "reconciled"
That's a Dashboard-only feature though, you can't use that in the public API. Can you do it from the other direction, starting with a Payout instead? https://stripe.com/docs/expand/use-cases#charges-in-payout