# payment\_method\_options\_klarna

From **Stripe API**.

- Type: `object`

## Properties

### `preferred_locale`

- Required: false
- Type: `string`
- Nullable: true
- maxLength: `5000`

Preferred locale of the Klarna checkout page that the customer is redirected to.

## JSON Schema

```json
{"properties":{"preferred_locale":{"description":"Preferred locale of the Klarna checkout page that the customer is redirected to.","maxLength":5000,"nullable":true,"type":"string"}},"title":"payment_method_options_klarna","type":"object","x-expandableFields":[]}
```
