#anton_91

1 messages · Page 1 of 1 (latest)

spice windBOT
muted bluff
#

Hi, let me help you with this.

#

You need to look at PaymentIntent.latest_charge.balance_transaction.fee_details property on the payment_intent.succeeded event.

#

Basically expand the PaymentIntent to include the Charge and its Balance Transaction objects.

onyx walrus
#

I look on my payment_intent.succeeded
event and i only have this property : "latest_charge": "ch_3OH5lzJkqIos8jtJ111Qr7Nt"

muted bluff
#

Yes, this is an ID of the Charge, now you need to fetch that Charge object by ID.

#

And then the Charge.balance_transaction property