# `Wise.Services.SpendControls`
[🔗](https://github.com/iamkanishka/wise/blob/v1.0.0/lib/wise/services/spend_controls.ex#L1)

Wise Spend Controls API — MCC and transaction-type restrictions.

# `get`

```elixir
@spec get(Wise.Config.t(), Wise.Types.profile_id(), Wise.Types.card_token()) ::
  {:ok, map()} | {:error, Wise.Error.t()}
```

# `update`

```elixir
@spec update(Wise.Config.t(), Wise.Types.profile_id(), Wise.Types.card_token(), map()) ::
  {:ok, map()} | {:error, Wise.Error.t()}
```

---

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