# source\_type\_klarna

From **Stripe API**.

- Type: `object`

## Properties

### `background_image_url`

- Required: false
- Type: `string`

### `client_token`

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

### `first_name`

- Required: false
- Type: `string`

### `last_name`

- Required: false
- Type: `string`

### `locale`

- Required: false
- Type: `string`

### `logo_url`

- Required: false
- Type: `string`

### `page_title`

- Required: false
- Type: `string`

### `pay_later_asset_urls_descriptive`

- Required: false
- Type: `string`

### `pay_later_asset_urls_standard`

- Required: false
- Type: `string`

### `pay_later_name`

- Required: false
- Type: `string`

### `pay_later_redirect_url`

- Required: false
- Type: `string`

### `pay_now_asset_urls_descriptive`

- Required: false
- Type: `string`

### `pay_now_asset_urls_standard`

- Required: false
- Type: `string`

### `pay_now_name`

- Required: false
- Type: `string`

### `pay_now_redirect_url`

- Required: false
- Type: `string`

### `pay_over_time_asset_urls_descriptive`

- Required: false
- Type: `string`

### `pay_over_time_asset_urls_standard`

- Required: false
- Type: `string`

### `pay_over_time_name`

- Required: false
- Type: `string`

### `pay_over_time_redirect_url`

- Required: false
- Type: `string`

### `payment_method_categories`

- Required: false
- Type: `string`

### `purchase_country`

- Required: false
- Type: `string`

### `purchase_type`

- Required: false
- Type: `string`

### `redirect_url`

- Required: false
- Type: `string`

### `shipping_delay`

- Required: false
- Type: `integer`

### `shipping_first_name`

- Required: false
- Type: `string`

### `shipping_last_name`

- Required: false
- Type: `string`

## JSON Schema

```json
{"properties":{"background_image_url":{"type":"string"},"client_token":{"nullable":true,"type":"string"},"first_name":{"type":"string"},"last_name":{"type":"string"},"locale":{"type":"string"},"logo_url":{"type":"string"},"page_title":{"type":"string"},"pay_later_asset_urls_descriptive":{"type":"string"},"pay_later_asset_urls_standard":{"type":"string"},"pay_later_name":{"type":"string"},"pay_later_redirect_url":{"type":"string"},"pay_now_asset_urls_descriptive":{"type":"string"},"pay_now_asset_urls_standard":{"type":"string"},"pay_now_name":{"type":"string"},"pay_now_redirect_url":{"type":"string"},"pay_over_time_asset_urls_descriptive":{"type":"string"},"pay_over_time_asset_urls_standard":{"type":"string"},"pay_over_time_name":{"type":"string"},"pay_over_time_redirect_url":{"type":"string"},"payment_method_categories":{"type":"string"},"purchase_country":{"type":"string"},"purchase_type":{"type":"string"},"redirect_url":{"type":"string"},"shipping_delay":{"type":"integer"},"shipping_first_name":{"type":"string"},"shipping_last_name":{"type":"string"}},"type":"object"}
```
