#jenny_17742
1 messages · Page 1 of 1 (latest)
Hello! Have you taken a look at our upcoming invoices API https://stripe.com/docs/api/invoices/upcoming
Using that API, would you have to make individual calls for customer one at a time, or is there a way to download all upcoming invoices?
For some additional context, we use Fivetran to sync data from the Stripe API into our warehouse.
You'd have to make individual calls for each customer one at a time
As an alternative, you could listen for the invoice.upcoming event instead and sync the invoice you get from that instead of having to call the API separately
That's helpful - thank you for the quick response!