#withapain
1 messages · Page 1 of 1 (latest)
ah, maybe accounts was a bad word. I meant 100k customers on one account🙂
Oh I see. Accounts and Customers are not the same thing indeed.
There's this endpoint to delete a customer: https://stripe.com/docs/api/customers/delete
yup, I am aware. I was just hoping you could hint me with some bulk deletion strategy, that would not force me to either delete for 20 hours, or parallelize this job 😄
We don't have any bulk API endpoint. So if you want to delete the customers with the API, you'll need to do it one by one while respecting our rate limits: https://stripe.com/docs/rate-limits
Note that Stripe doesn't have any limits on the number of customers you can have on your account. So one option could be to not delete these customers.
Yup. The issue is that we run a lot of analytics to make sure our event-system is in-sync.
And when you have 100k it is impossible with Search API, so we need to use Sigma, which is not real-time solution