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.
Example response
{
"url": "https://customer-portal.paddle.com/cpl_session_abc123"
}