Help with API Connector l Stripe

Hi,
I’m building a SaaS product.
A customer would pay for monthly subscription for my product.
I used stripe plugin to process the payment.
Now I would like to have a Profile page for each user, where the user can see name of the plan and price, and transaction history of all payments for the subscription.

I was trying to use API Connector to get data for the user but I have no idea, how to get data from Stripe but only data related to the user who is logged in in my app.

Please help