Customer
Create portal session
Creates a portal session for the customer, returning a short-lived URL that provides authenticated access to the customer's billing portal. The session expires after expires_in_minutes (default 60, max 180). By default, creating a new session invalidates any other active portal sessions for the customer; pass invalidate_existing=false to allow concurrent sessions.
post/customers/{customer_id}/portal_sessions
Path parameters
customer_idstring nullable required
Request body
Response
Created