#TedT
1 messages · Page 1 of 1 (latest)
I'd basically like to call Charge.retrieve([<id_1>, <id_2>]) but the docs point to only being able to search by customer or payment intent (or other time or state based fields) https://stripe.com/docs/search#query-fields-for-charges.
Hi, there is not an option to bulk retrieve charges, you'd need to create a loop on your end to retrieve these by the id: https://stripe.com/docs/api/charges/retrieve?lang=python