# `AdyenClient.BalancePlatform.SCAAssociations`
[🔗](https://github.com/iamkanishka/adyen_client/blob/v1.0.0/lib/adyen_client/balance_platform_extras.ex#L232)

Balance Platform — SCA Association Management.

Manage the relationships between SCA devices and Balance Platform resources
(balance accounts, payment instruments, etc.).

# `approve_pending`

```elixir
@spec approve_pending(String.t(), String.t(), map(), keyword()) ::
  AdyenClient.Client.response()
```

Approve a pending SCA association.

# `delete_for_entity`

```elixir
@spec delete_for_entity(
  String.t(),
  keyword()
) :: AdyenClient.Client.response()
```

Delete association between SCA devices and an entity.

# `list_for_entity`

```elixir
@spec list_for_entity(String.t(), map(), keyword()) :: AdyenClient.Client.response()
```

Get a list of SCA devices associated with an entity.

---

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