# `Stripe.Resources.Terminal.Reader.Action.ConfirmPaymentIntent.ConfirmConfig`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/terminal/reader.ex#L386)

Nested struct within the parent resource.

# `t`

```elixir
@type t() ::
  %Stripe.Resources.Terminal.Reader.Action.ConfirmPaymentIntent.ConfirmConfig{
    return_url: String.t() | nil
  }
```

* `return_url` - If the customer doesn't abandon authenticating the payment, they're redirected to this URL after completion. Max length: 5000.

---

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