---
title: "Adding a Link to the Stripe Customer Portal in GravityView"
date: 2026-04-23
author: "GravityKit"
link: "https://www.gravitykit.com/docs/gravityview/gravity-forms/stripe-customer-portal/"
---

If you use the [Gravity Forms Stripe add-on](https://www.gravityforms.com/add-ons/stripe/) to take payments on your site, you can add a link to the Stripe Customer Portal inside your Views. Clicking on the link will allow users to view their billing history and manage their subscriptions.

If you’re new to the Gravity Forms Stripe Add-On, read this [helpful guide](https://www.gravityforms.com/blog/how-to-take-subscriptions-with-stripe/) to get set up.

## Configure Your Stripe Customer Portal

Start by logging in to your Stripe [account](https://dashboard.stripe.com/login) and configuring the Stripe Customer Portal. To do this, open the *Settings* page by clicking on the gear icon in the top right. Next, click on *Billing* under *Product settings.*

![Stripe Billing section with links to manage subscriptions, emails, and access the customer portal](https://www.gravitykit.com/wp-content/uploads/2025/10/file-tynW9L3nr0.jpg)
*Now you can configure your customer portal by choosing which functions to provide your customers*![Configure Stripe customer portal: set branding, manage invoice history, billing, and payment methods](https://www.gravitykit.com/wp-content/uploads/2025/10/file-tmfjY4TFOY.jpg)
*When you’re done, save your changes*

## Add the Stripe Customer Portal Shortcode to Your View

The next step is to add the Gravity Forms Stripe Customer Portal shortcode to your View layout. Start by clicking on the *Add Field* button and add a new Custom Content field to your View.

![Add custom content field in GravityView to insert text or HTML](https://www.gravitykit.com/wp-content/uploads/2025/10/file-fBe2MoSX2K.jpg)
*Now paste the following shortcode inside the Custom Content text editor:*
```
[gravityforms action="stripe_customer_portal_link"]
```

```
[gravityforms action="stripe_customer_portal_link"]
```

![GravityForms shortcode example for adding a Stripe customer portal link](https://www.gravitykit.com/wp-content/uploads/2025/10/file-9MHFo9SuOO.jpg)
*When you're done, update your View!*
When customers click on the link, they can see their billing history and manage their subscriptions via the Stripe Customer Portal.

![Image from Article: Adding a Link to the Stripe Customer Portal in GravityView](https://www.gravitykit.com/wp-content/uploads/2025/10/file-idndCxwYNf.jpg)
*For more information about the Gravity Forms Stripe Customer Portal shortcode, check out*[this article](https://docs.gravityforms.com/stripe-customer-portal-shortcode-action/) on the Gravity Forms docs site.