#withapain
1 messages · Page 1 of 1 (latest)
Hi
I know there is a Stripe product for synching your data in your Stripe Account:
https://stripe.com/en-fr/data-pipeline
However there isn't a built in/ready to use tool for synching your Stripe Data to your other Accounts/data sources.
You can build a pipeline for exporting your data using Stripe report API :
https://stripe.com/docs/reports/api
E.g. run daily reports and import them to your database/source
how custom can these reports be?
What I am mostly interested in is a list of all stripe customers and some indication of whether they have an active subscription or not. I am not sure if any of your reports matches that
right these reports don't cover your use case. What you can do is to create a batch that makes API calls (listing) and synchronise data into your database.
Just for curiosity, why you want to sync Stripe data into your database ?
We have a distributed system and I want to make sanity check reports of users who are not paying, but still using our paid accounts, count and list of past_due invoices etc.
I think Sigma reports that you have might be something useful for me
Yes check Sigma also.
Hi! I'm taking over from my colleague. Please, let me know if you have any other questions.