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

PaymentFlowsSetupIntentSetupAttempt

A SetupAttempt describes one attempted confirmation of a SetupIntent,
whether that confirmation is successful or unsuccessful. You can use
SetupAttempts to inspect details of a specific attempt at setting up a
payment method using a SetupIntent.

# `list`

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

List all SetupAttempts

Returns a list of SetupAttempts that associate with a provided SetupIntent.

---

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