#Lalit-CustomerPortal
1 messages · Page 1 of 1 (latest)
ohh, thanks for update, is there any way we can us stripe adding billing address popup or adding payment methods screen that stripe provide in dashboard in angular application.
want whatever screens that stripe dashboard have to implement same thing in angular application.
Stripe Dashboard is not open-source too, unfortunately :/ Sorry
There is no convenience way, but I think you could just reference the UI and build it yourself
ok, thanks for update
Hi @crystal ferry I'm taking over this thread, let me know if you need any help.
Hi, @tawdry fox want to create a dashboard for our customers in angular just like stripe dashboard where customer can add payment methods (tried to use payment element but that doesn't work just to save payment methods), add billing address and list and download invoices, i just want to know stripe provide something that we can just something in angular application to create dashboard like stripe dashboard.
We don't provide these UI elements I'm afraid. But Stripe provide customer billing portal for customer to manage the payment methods and subscriptions. https://stripe.com/docs/billing/subscriptions/integrating-customer-portal
but it will redirect customer to stripe customer portal, i am looking for something that we can implement in angular application.
I see, then I'm afraid this is something Stripe doesn't support at this moment.
@tawdry fox instead of redirecting to customer portal, is it possible to show customer portal in popup window when i click on button using iframe or something?
You mean embed the customer portal in an iframe?
yes
I won't advise this approach because the customer portal already contains iframes for the payment elements.