# `Stripe.Services.TestHelpers.RefundService`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/services/test_helpers/refund_service.ex#L2)

Refund API operations.

# `expire`

```elixir
@spec expire(Stripe.Client.t(), String.t(), map(), keyword()) ::
  {:ok, term()} | {:error, Stripe.Error.t()}
```

Expire a pending refund.

Expire a refund with a status of `requires_action`.

---

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