Forum Discussion
Thoneyman
6 years agoNew Member
Stripe Query
How do I connect to Stripe. The connector is no longer there. I have an API key, but need to know the query. Thanks!
v-juanli-msft
6 years agoCommunity Support
Hi Thoneyman
Hope this will help you.
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.
or use custom connector.
https://github.com/mbilling/PBIConnectors
Best Regards
Maggie
Maggie
Community Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.