# `Stripe.Services.AccountLoginLinkService`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/services/account_login_link_service.ex#L2)

AccountLoginLink API operations.

# `create`

```elixir
@spec create(Stripe.Client.t(), String.t(), map(), keyword()) ::
  {:ok, term()} | {:error, Stripe.Error.t()}
```

Create a login link

Creates a login link for a connected account to access the Express Dashboard.

**You can only create login links for accounts that use the [Express Dashboard](https://stripe.com/connect/express-dashboard) and are connected to your platform**.

---

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