Stripe.Services.SetupAttemptService (tiger_stripe v0.3.0)

Copy Markdown View Source

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.

Summary

Functions

list(client, params \\ %{}, opts \\ [])

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

List all SetupAttempts

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