#brianmo
1 messages ยท Page 1 of 1 (latest)
You can get a CSV, but you can use the List or Search APIs to get API results of payment intent data
List: https://stripe.com/docs/api/payment_intents/list
Search supported filters: https://stripe.com/docs/search#query-fields-for-payment-intents
I was just looking at that. What's the limit to how many items can be retrieved at once?
๐ stepping in for my teammate! You can retrieve up to 100 at a time using the API
If you have more than 100 items, you can use starting_after / ending_before for pagination: https://stripe.com/docs/api/pagination