How to make a Stripe dashboard

I am curious how you get the data submitted to Stripe in order to make a dashboard.

I could save all of the information in a new Data Type, but that seems redundant and could lead to issues from fat fingering. I’d prefer just to pull the data directly from Stripe.

Thanks for the help!

Hey there @timlcooley,

You can probably use Stripe’s API then pull the necessary information you need to display on your Bubble app.

Where do I start with that?

https://stripe.com/docs/api

And the Bubble API connector (it’s a plugin)

Thanks. I am trying to do the repeated group thing. Looks like I am able to get data from the app. There is an External API function, but not sure how to go about pulling in the data points.

I couldn’t figure it out so I just created a new data type :-/