#CalebR - List of Charges
1 messages · Page 1 of 1 (latest)
Our Charges List API does include customer and payment_intent parameters you can use to filter the results returned.
So those are the only parameters?
I was hoping there was something between list and retrieve, since I only need a specific set of ids.
There are all the available parameters. Unfortunately we don't have the functionality to pass in an array of IDs
Okay, thanks. We'll just have to iteratively call the API then.
Depending on how large the list is, you could flip the perspective and auto-paginate through all the charges and link them to the local transactions.