# payment\_method\_options\_sofort

From **Stripe API**.

- Type: `object`

## Properties

### `preferred_language`

- Required: false
- Type: `string`
- Nullable: true
- Allowed values: `"de"`, `"en"`, `"es"`, `"fr"`, `"it"`, `"nl"`, `"pl"`

Preferred language of the SOFORT authorization page that the customer is redirected to.

## JSON Schema

```json
{"properties":{"preferred_language":{"description":"Preferred language of the SOFORT authorization page that the customer is redirected to.","enum":["de","en","es","fr","it","nl","pl"],"nullable":true,"type":"string"}},"title":"payment_method_options_sofort","type":"object","x-expandableFields":[]}
```
