# `AdyenClient.Checkout.PaymentLinks`
[🔗](https://github.com/iamkanishka/adyen_client/blob/v1.0.0/lib/adyen_client/checkout/payment_links_recurring_orders.ex#L1)

Adyen Checkout Payment Links API.

# `create`

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

Create a payment link.

# `get`

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

Get a payment link by ID.

# `update`

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

Update the status of a payment link (e.g. expire it).

---

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