# `Stripe.Services.V2.Core.AccountLinkService`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/services/v2/core/account_link_service.ex#L2)

Account Link

Account Links let a platform create a temporary, single-use URL that an account can use to access a Stripe-hosted flow for collecting or updating required information.

# `create`

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

Create an Account Link

Creates an AccountLink object that includes a single-use URL that an account can use to access a Stripe-hosted flow for collecting or updating required information.

---

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