#adamreisnz
1 messages · Page 1 of 1 (latest)
Hello @prime shell! The type will not change. The source of a balance transaction will still be usable.
So if you retrieve the balance transaction of a charge object, and want to get the corresponding PaymentIntent object id, what you can do is to expand the source
https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-source
Right, so the source will still refer to a charge?
correct, it will be of charge type
np
Will this also contain a payment intent ID for old style transactions/charges?
nope, if the charge was created via /v1/charges API, there will be no Payment_intent associated with the charge