#xfechx-customer-portal
1 messages · Page 1 of 1 (latest)
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.
what more info are you looking to display?
customer info
it depends on which features you activate for the customer portal session
'type'=> 'subscription_cancel',
'subscription_cancel' => ['subscription' => $subscription_id],
]```
this means you're passing them directly to the subscription cancel flow
unfortunately the Customer Billing Portal pages are not customizable
can I add multiple flow data types?
no
flow data redirects your customer to a specific page of the Customer Portal
you can read more about it here https://docs.stripe.com/customer-management/portal-deep-links#what-is-a-flow
Ok, if I only pass the customer id, I can see all
including invoice history. And because I am obtaining the customer id by a subscription, means it will always be correct, right?
it will be relevant to the subscription
now I can see Plan, Billing and shipping information, Invoice history
Also, at the moment these portal is been used by the connectd account, rather than the customer. Is that ok, or is there a better way for a connected account to cancel, edit customer, etc.
Hi 👋 what do you mean the Customer Portal is being used by the Connected Account? I typically see the Customer Portal being surfaced to customers. If any action in the portal requires customer action, like completing an authentication challenge for processing a payment or saving new payment method details, that's not something your Connected Account would be expected (or allowed) to complete on behalf of the customer.
canceling subscriptions, editing customer info. Nothing related to entering payment details
pausing or canceling subscriptions
I thought about using this, because they are express connected accounts. So this can give the user the ability to cancel or pause their customer's subscriptions, and view their invoice history for a specific subscription.
I guess that's an option