Auto-Pagination + Bulk upsert only works up to 130 records

Hey @Aaron_Hogan!

It looks like the default page size for the Stripe resource is 10, since Auto-paginate is pulling pages until it reaches the limit the result will be in multiples of 10. You can make this more granular by manually setting the limit query parameter but for large datasets this could create too many APIs called (and might be best set higher instead of lower).

I'm not sure why the bulk upsert is failing, would you mind sending over the complete error message? If it does have to do with the dataset being too large you might try batching your requests.