#atal-transfer-paymentintent
1 messages · Page 1 of 1 (latest)
I have a destination for the paymentIntent, so the payment an amount will be transferred to a connected account.
I need to get that transfer object, through the payment Intent.
Ah gotcha
I can see it in the dashboard "Transfer"
So a PaymentIntent is linked to a Charge which is in latest_charge: 'ch_123' after it's successful. And a Charge will have the transfer: 'tr_123' property
So if you retrieve the PaymentIntent via the API you can use our Expand feature https://stripe.com/docs/expand and expand latest_charge.transfer to get all the information you're after
yes
Thanks have a great day.