Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Stripe integration

Hi !    I would like to connect stripe with Power BI and i dont know how to do ?    Regards
  • Anonymous's avatar
    Anonymous
    6 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/