Forum Discussion
Anonymous
6 years agoNot applicable
Stripe integration
Hi ! I would like to connect stripe with Power BI and i dont know how to do ? Regards
- Anonymous6 years ago
You can get data off of Stripe's servers using the Stripe REST API, which exposes information about core resources, payment methods, subscriptions, and more. To get a list of all customers, for instance, you could call GET /v1/customers.
A even better way is to load the data in a warehouse first.
here is the full article:
http://stripe.topowerbi.com/
Anonymous
6 years agoNot applicable
You can get data off of Stripe's servers using the Stripe REST API, which exposes information about core resources, payment methods, subscriptions, and more. To get a list of all customers, for instance, you could call GET /v1/customers.
A even better way is to load the data in a warehouse first.
here is the full article:
http://stripe.topowerbi.com/