---
title: "Create Paddle portal session"
method: POST
path: "/billing_account/paddle_portal_session"
tags: ["Billing"]
---

# Create Paddle portal session

`POST /billing_account/paddle_portal_session`

Generate a Paddle Customer Portal session URL for the authenticated customer to manage their subscription. The customer must have an active Paddle subscription linked to their billing account.

## Response `200`

Successfully created portal session.

- object
  - `url` string — The Paddle Customer Portal URL. Valid for a limited time.

## Other responses

- `400` — Invalid request (INVALID_ARGUMENT).
- `401` — Authentication required (UNAUTHENTICATED).
- `500` — Internal error (INTERNAL).

---

[API](https://skmtc.net/voipbin/apis/voipbin-api.md) · [All operations](https://skmtc.net/voipbin/apis/voipbin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/voipbin/voipbin-api/versions/79e779080bcc/schema)
