#atal-transfer-paymentintent

1 messages · Page 1 of 1 (latest)

stone larkBOT
tidal vortex
#

atal-transfer-paymentintent

#

@misty flare I'm not sure what you mean by this

misty flare
#

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.

tidal vortex
#

Ah gotcha

misty flare
#

I can see it in the dashboard "Transfer"

tidal vortex
#

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

misty flare
#

Thanks. Got it.

#

Can I expand search results?

tidal vortex
#

yes

misty flare
#

Thanks have a great day.