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

Balance Platform — Payment Instrument Groups.

Group payment instruments under a shared set of transaction rules.

# `create`

```elixir
@spec create(
  map(),
  keyword()
) :: AdyenClient.Client.response()
```

Create a payment instrument group.

# `get`

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

Get a payment instrument group.

---

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