Accounts

Create billing portal

Creates a hosted billing portal session.

post/v1/billing/portal

Response

Billing portal created.

Example response

{
  "checkout": {
    "url": "https://billing.stripe.com/session/example",
    "reason": "Open Tovuk plus checkout."
  }
}