HACKER Q&A
📣 sent-hil

Where to find test Stripe data?


Hello,

I'm working on an analytics tool for Stripe. Where can I find test Stripe datasets? I don't mind it being fake data, but it needs to follow real relationships to some extent. I have a small store that has some data, but it's not nearly big enough to generalize.

I did find https://github.com/stripe-samples/test-data and use that, but it's very limited.

Appreciate your help!


  👤 soorya3 Accepted Answer ✓
What kind of data are you looking for? I had the exact problem. I recently wrote my own code to simulate it, it took me a while with all the nuances of old api vs new api, data model, etc but I was able to get it loaded up.

👤 niros_valtos
You can use a test mode with Stripe. You can run as many APIs as you want to generate data. Am I missing something?