#bauernbengel
1 messages ยท Page 1 of 1 (latest)
๐ happy to help
I'm not sure I entirely follow
would you mind elaborating a bit more?
When I try to assign single payments via "balanceTransactions", I don't get an assignment to the "paymentIntent" anymore.
what do you really mean?
i get a list with "balanceTransactions". there i get all data listed, but i am missing the assignment to the customer for a transaction
are you referring to this https://stripe.com/docs/expand/use-cases#charges-in-payout
this looks very good.
do i also have the possibility to display the metadata for a pi_?
any metadata on the PI is copied to the related charge
I'm not sure why, but in all cases to be sure you can expand on 'data.source.payment_intent'
which then you can look at the payment_intent.metadata
it worked! thank you very much