---
title: "GetStripePortalUrl"
method: POST
path: "/gitpod.v1.BillingService/GetStripePortalUrl"
tags: ["gitpod.v1.BillingService"]
---

# GetStripePortalUrl

`POST /gitpod.v1.BillingService/GetStripePortalUrl`

Retrieves the Stripe Customer Portal URL for an organization.

 Use this method to:
 - Get the Stripe Customer Portal URL for billing management
 - Allow customers to manage their payment methods and billing details
 - Provide access to billing history and invoices

 ### Examples

 - Get Stripe portal URL:

   Retrieves the portal URL for the organization.

   ```yaml
   organizationId: "b0e12f6c-4c67-429d-a4a6-d9838b5da047"
   ```

## Request body

- GitpodV1GetStripePortalUrlRequest
  - `organizationId` string, uuid, required — organization_id is the ID of the organization to get the Stripe portal URL for

## Response `200`

Success

- GitpodV1GetStripePortalUrlResponse
  - `portalUrl` string, required — portal_url is the URL to the Stripe Customer Portal for billing management

## Other responses

- `default` — Error

---

[API](https://skmtc.net/gitpod-io/apis/gitpod-v1.md) · [All operations](https://skmtc.net/gitpod-io/apis/gitpod-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitpod-io/gitpod-v1/versions/44d50c2ac284/schema)
