#withapain

1 messages · Page 1 of 1 (latest)

scarlet rampartBOT
bold prawn
#

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

crude minnow
#

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

bold prawn
#

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 ?

crude minnow
#

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

bold prawn
#

Yes check Sigma also.

magic pasture
#

Hi! I'm taking over from my colleague. Please, let me know if you have any other questions.