#mactavish-customerportal

1 messages · Page 1 of 1 (latest)

stuck tuskBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

gilded lake
#

Hi 👋 this guide walks through that:
https://docs.stripe.com/customer-management/integrate-customer-portal?lang=node

In short you create portal sessions for your Customers:
https://docs.stripe.com/api/customer_portal/sessions/create

Learn how to integrate the customer portal using the Stripe API.

junior rune
#

Thanks, didn't come across it or perhaps looked over it.

Working great!

gilded lake
#

Awesome, glad to hear!

junior rune
#

A little unrelated question, is it possible to show more details/features of plan here on the customer portal?

stuck tuskBOT
gilded lake
#

I'm not too sure, but I don't think you'd be able to provide specific information to appear there. You may be able to provide more details on the underlying objects (Subscription, Subscription Item, Price, Product, etc), but I'm not exactly if that would carry through here or what it would look like if so.

junior rune
#

Well, anywehere on the customer portal, the idea is to let the customer see what the plan contains without having to leave customer portal

#

Think of this portal page to cover the use case of a subscription page in application where you have to show plan related details like what the plan contains etc..

gilded lake
#

I'd recommend adding more details to the underlying objects and see how they come through (we focus more on using our API and SDKs in this forum, so we aren't the most familiar with what our hosted UIs pull through to show)