#CalebR - List of Charges

1 messages · Page 1 of 1 (latest)

neon aurora
#

Our Charges List API does include customer and payment_intent parameters you can use to filter the results returned.

brisk current
#

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.

neon aurora
#

There are all the available parameters. Unfortunately we don't have the functionality to pass in an array of IDs

brisk current
#

Okay, thanks. We'll just have to iteratively call the API then.

neon aurora
#

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.