#PERF - Payment Data
1 messages · Page 1 of 1 (latest)
yea.. i worded my question poorly.
Right now if you call the "charge list" endpoint it will or will not list charges done via payment intents?
It will return the Charge objects associated with the account that made the request. This includes charges that are created as a result of payment intents.
alright cool, what would make the payment intent. have multiple charges like described here
https://stripe.com/docs/api/payment_intents/object#payment_intent_object-charges
where each payment intent can have a list of charges associated with it
You can create a PaymentIntent and then confirm it multiple times like if the payment fails a few times