from Hacker News

Ask HN: Where to find test Stripe data?

by sent-hil on 7/26/22, 1:20 AM with 4 comments

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!

  • by soorya3 on 7/27/22, 5:41 PM

    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.
  • by niros_valtos on 7/26/22, 2:17 AM

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