#wendy
1 messages · Page 1 of 1 (latest)
Hello 👋
Depends on your usecase but listening to payment_intent.* events works for most usecases
do you have an example of use case where listening to pi better than charge
Don't have an example off the top of my head unfortunately but mostly the differences are the parameters both objects can return
Like balance_transaction exists on Charge object
https://stripe.com/docs/api/charges/object#charge_object-balance_transaction
which let's you look at the fees that was charged for the transaction
lmk if that makes sense @narrow vine
that means charge has more info than pi
but i got the impression that stripe might add more charges to pi