# payment\_pages\_checkout\_session\_after\_expiration

From **Stripe API**.

- Type: `object`

## Properties

### `recovery`

- Required: false
- Nullable: true

When set, configuration used to recover the Checkout Session on expiry.

## JSON Schema

```json
{"properties":{"recovery":{"anyOf":[{"$ref":"#/components/schemas/payment_pages_checkout_session_after_expiration_recovery"}],"description":"When set, configuration used to recover the Checkout Session on expiry.","nullable":true}},"title":"PaymentPagesCheckoutSessionAfterExpiration","type":"object","x-expandableFields":["recovery"]}
```
