v51

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014102371.0 MB
Billing

Create 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.

post/billing_account/paddle_portal_session

Response

Successfully created portal session.

urlstring

The Paddle Customer Portal URL. Valid for a limited time.

Example response

{
  "url": "https://customer-portal.paddle.com/cpl_session_abc123"
}