#jenny_17742

1 messages · Page 1 of 1 (latest)

undone rapidsBOT
violet saddle
supple pumice
#

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.

violet saddle
#

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

supple pumice
#

That's helpful - thank you for the quick response!