# `Stripe.Resources.SetupAttempt.PaymentMethodDetails.Sofort`
[🔗](https://github.com/jeffhuen/tiger_stripe/blob/main/lib/stripe/resources/setup_attempt.ex#L335)

Nested struct within the parent resource.

# `t`

```elixir
@type t() :: %Stripe.Resources.SetupAttempt.PaymentMethodDetails.Sofort{
  bank_code: String.t() | nil,
  bank_name: String.t() | nil,
  bic: String.t() | nil,
  generated_sepa_debit: String.t() | Stripe.Resources.PaymentMethod.t() | nil,
  generated_sepa_debit_mandate: String.t() | Stripe.Resources.Mandate.t() | nil,
  iban_last4: String.t() | nil,
  preferred_language: String.t() | nil,
  verified_name: String.t() | nil
}
```

* `bank_code` - Bank code of bank associated with the bank account. Max length: 5000. Nullable.
* `bank_name` - Name of the bank associated with the bank account. Max length: 5000. Nullable.
* `bic` - Bank Identifier Code of the bank associated with the bank account. Max length: 5000. Nullable.
* `generated_sepa_debit` - The ID of the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt. Nullable.
* `generated_sepa_debit_mandate` - The mandate for the SEPA Direct Debit PaymentMethod which was generated by this SetupAttempt. Nullable.
* `iban_last4` - Last four characters of the IBAN. Max length: 5000. Nullable.
* `preferred_language` - Preferred language of the Sofort authorization page that the customer is redirected to.
Can be one of `en`, `de`, `fr`, or `nl` Possible values: `de`, `en`, `fr`, `nl`. Nullable.
* `verified_name` - Owner's verified full name. Values are verified or provided by Sofort directly
(if supported) at the time of authorization or settlement. They cannot be set or mutated. Max length: 5000. Nullable.

---

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