# payment\_method\_options\_bancontact

From **Stripe API**.

- Type: `object`

## Properties

### `preferred_language`

- Required: true
- Type: `string`
- Allowed values: `"de"`, `"en"`, `"fr"`, `"nl"`

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

## JSON Schema

```json
{"properties":{"preferred_language":{"description":"Preferred language of the Bancontact authorization page that the customer is redirected to.","enum":["de","en","fr","nl"],"type":"string"}},"required":["preferred_language"],"title":"payment_method_options_bancontact","type":"object","x-expandableFields":[]}
```
