#Gargiu - Payout from Payment Intent

1 messages · Page 1 of 1 (latest)

quaint agate
#

Hello! To clarify, you want to know which Payout a specific Payment Intent was included in?

atomic umbra
#

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

quaint agate
#

There is an available_on date, would that suffice?

atomic umbra
#

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"

quaint agate