create_customer_portal_session
Generate authenticated customer portal links for Paddle customers to manage subscriptions, view transactions, update payment methods, and download invoices securely.
Instructions
This tool will create a customer portal session for a customer in Paddle.
The customer portal is a secure, Paddle-hosted site that allows customers and authorized individuals to:
View transaction history
Download invoices
Update saved payment methods for future purchases
Update stored payment methods for subscriptions
Manage their subscriptions including cancellations
Revise details on completed transactions
Don't use this tool without checking with the user first. Avoid using before gaining explicit approval.
Authenticated links are returned which automatically sign in the customer. Ensure those creating a customer portal session are authorized to access the customer portal.
urls.general.overview: Allows the customer to view their account information, transactions, and subscriptions.
Provide subscriptionIds to return urls.subscriptions[] to manage one or more subscriptions directly:
urls.subscriptions[].updateSubscriptionPaymentMethod: Allows the customer to update the payment method for a subscription.
urls.subscriptions[].cancelSubscription: Allows the customer to cancel a subscription.
If subscriptions are paused or canceled, links open the overview page for a subscription.
If successful, the response includes a copy of the new customer portal session entity with the urls to open up the customer portal for access. Customer portal sessions are temporary and shouldn't be cached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customerId | Yes | Paddle ID of the customer. | |
| subscriptionIds | Yes | List of subscriptions to create authenticated customer portal deep links for. |