---
title: "BannerDismissInput"
url: "https://docs.wayflyer.com/apis/embedded-finance-1-0-0/versions/7d0182a3-23d8-43cc-b636-dac7e1594f96/schemas/BannerDismissInput"
---

> Full API specification: https://docs.wayflyer.com/apis/embedded-finance-1-0-0/versions/7d0182a3-23d8-43cc-b636-dac7e1594f96.md

# BannerDismissInput

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Embedded Finance
  version: "1"
servers:
  - url: https://api.wayflyer.com/financing/
    description: Production
components:
  schemas:
    BannerState:
      enum:
        - continue_application
        - continue_embedded_application
        - indicative_offer
        - generic_offer
      title: BannerState
      type: string
    BannerDismissInput:
      properties:
        banner_state:
          anyOf:
            - $ref: "#/components/schemas/BannerState"
            - type: "null"
          description: Legacy field.  Will be removed in future updates.
        dismissal_key:
          anyOf:
            - type: string
            - type: "null"
          description: Opaque key identifying which CTA was dismissed.
          title: Dismissal Key
      title: BannerDismissInput
      type: object
```
