---
title: "Create a Stripe billing-portal URL for the org (manage / cancel subscription)"
method: POST
path: "/v1/billing/portal"
tags: ["billing"]
---

# Create a Stripe billing-portal URL for the org (manage / cancel subscription)

`POST /v1/billing/portal`

## Query parameters

- `return_url` string, nullable

## Response `200`

Successful Response

- BillingPortalResponse — A short-lived Stripe billing-portal URL for the org's customer.
  - `url` string, required
  - `customer_id` string, required

## Other responses

- `400` — Bad request
- `401` — Authentication required
- `422` — Validation Error

---

[API](https://skmtc.net/oneloop-hq/apis/feather-api.md) · [All operations](https://skmtc.net/oneloop-hq/apis/feather-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneloop-hq/feather-api/revisions/9cd7291d4228/schema)
