#Madhavi-Customer Portal
1 messages · Page 1 of 1 (latest)
@somber mica Sounds like you're describing this feature: https://stripe.com/docs/billing/revenue-recovery/customer-emails#link-to-a-stripe-hosted-page
Which is a paid Billing feature
You'll need to integrate your own solution to redirect to billing portal
looks like custom link is a static link and not dynamic
can you please give some pointers on how to redirect to customer portal
You'd need to create a endpoint in your server that generates a portal session
yes.. i understand how to generate customer portal session using API
but what should we give in the setting for customer emails -> Use your own custom link
You'd give a link to your app/website endpoint that can create a billing portal session and redirect your user
ok. can you please suggest how can we test email functionality in TEST mode
ok Thank you for your help