# payment\_method\_klarna

From **Stripe API**.

- Type: `object`

## Properties

### `dob`

- Required: false
- Nullable: true

The customer's date of birth, if provided.

## JSON Schema

```json
{"properties":{"dob":{"anyOf":[{"$ref":"#/components/schemas/payment_flows_private_payment_methods_klarna_dob"}],"description":"The customer's date of birth, if provided.","nullable":true}},"title":"payment_method_klarna","type":"object","x-expandableFields":["dob"]}
```
