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

Wise Multi Currency Account API.

# `available_currencies`

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

# `check_eligibility`

```elixir
@spec check_eligibility(Wise.Config.t()) :: {:ok, map()} | {:error, Wise.Error.t()}
```

# `get`

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

# `pay_in_currencies`

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

---

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