# `PaperTiger.Resources.BillingPortalSession`
[🔗](https://github.com/EnaiaInc/paper_tiger/blob/v1.2.2/lib/paper_tiger/resources/billing_portal_session.ex#L1)

Handles Billing Portal Session creation and deterministic browser redirect.

# `browser_enter`

```elixir
@spec browser_enter(Plug.Conn.t(), String.t()) :: Plug.Conn.t()
```

Browser-accessible Billing Portal Session URL.

PaperTiger does not host an interactive subscription-management page. Visiting
the portal URL redirects to the session's return URL when present, or returns
a deterministic completion response otherwise.

# `create`

```elixir
@spec create(Plug.Conn.t()) :: Plug.Conn.t()
```

Creates a Billing Portal Session.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
