Customer Portal
Enable customers to view & manage orders and subscriptions easily
The Customer Portal is a destination where your customers can see their orders and ongoing subscriptions. It’s also where they’re able to get hands on receipts, benefits, and more.
Redirect to your Customer Portal
The customer portal is directly available from the URL https://polar.sh/your-org-slug/portal
. Your customers will be able to authenticate there by entering the email they used to purchase or subscribe to your products.
Customer Portal Sign In
Creating an authenticated Customer Portal Link
You can provide a pre-authenticated Customer Portal Link to your customers. This is handy if you want to redirect them directly from your application.
Using the Polar API, all you need is to call the customerSessions
endpoint. Here’s an example using our TypeScript SDK.
Or, if you use NextJS as your framework, we have a handy utility which shortens down your code significantly.
Was this page helpful?